[Gregor.Core.KeyedCollectionAttribute]

Gregor.Core.KeyedCollectionAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.KeyedCollectionAttribute

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

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

Description: 


Members

KeyedCollectionAttribute

public KeyedCollectionAttribute()

Custom Attributes: 

Description: 

m_KeysRequired

private System.Boolean m_KeysRequired

Custom Attributes: 

Description: 

m_KeysUnique

private System.Boolean m_KeysUnique

Custom Attributes: 

Description: 

KeysRequired

public System.Boolean KeysRequired {get;set;}

Custom Attributes: 

Description: 

KeysUnique

public System.Boolean KeysUnique {get;set;}

Custom Attributes: 

Description: 


See Also

System.Attribute

System.AttributeUsageAttribute

System.Runtime.InteropServices._Attribute

System.Boolean