[Gregor.Core.FriendAttribute]

Gregor.Core.FriendAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.FriendAttribute

: System.Attribute, System.Runtime.InteropServices._Attribute

Custom Attributes: System.AttributeUsage(ValidOn=0x17fe, AllowMultiple=false, Inherited=true)

Description: 


Members

FriendAttribute

public FriendAttribute(System.Type tpFriend)

Custom Attributes: 

Description: 

FriendAttribute

public FriendAttribute(System.Type tpFriend, System.String sFriendMember)

Custom Attributes: 

Description: 

m_FriendMember

private System.String m_FriendMember

Custom Attributes: 

Description: 

m_FriendType

private System.Type m_FriendType

Custom Attributes: 

Description: 

FriendMember

public System.String FriendMember {get;}

Custom Attributes: 

Description: 

FriendType

public System.Type FriendType {get;}

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Attribute

System.AttributeUsageAttribute

System.String

System.Type

System.Runtime.InteropServices._Attribute