[Gregor.Core.EnumConstraintAttribute]

Gregor.Core.EnumConstraintAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.EnumConstraintAttribute

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

Custom Attributes: System.AttributeUsage(ValidOn=0x4000, AllowMultiple=false, Inherited=true), Gregor.Core.Description(Text=...)

Description: Constrains a generic type parameter to enumerated types.


Members

EnumConstraintAttribute

public EnumConstraintAttribute(System.Boolean fFlagsOnly)

Custom Attributes: 

Description: 

m_FlagsOnly

private System.Boolean m_FlagsOnly

Custom Attributes: 

Description: 

FlagsOnly

public System.Boolean FlagsOnly {get;}

Custom Attributes: 

Description: 


See Also

Gregor.Core.DescriptionAttribute

System.Attribute

System.AttributeUsageAttribute

System.Runtime.InteropServices._Attribute

System.Boolean