[Gregor.Core.MemberVisibility]

Gregor.Core.MemberVisibility

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.MemberVisibility

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: 

Description: 


Members

Internal

public const Gregor.Core.MemberVisibility Internal = 4

Custom Attributes: 

Description: 

InternalAndProtected

public const Gregor.Core.MemberVisibility InternalAndProtected = 6

Custom Attributes: 

Description: 

InternalOrProtected

public const Gregor.Core.MemberVisibility InternalOrProtected = 5

Custom Attributes: 

Description: 

Private

public const Gregor.Core.MemberVisibility Private = 1

Custom Attributes: 

Description: 

Protected

public const Gregor.Core.MemberVisibility Protected = 2

Custom Attributes: 

Description: 

Public

public const Gregor.Core.MemberVisibility Public = 3

Custom Attributes: 

Description: 

Unknown

public const Gregor.Core.MemberVisibility Unknown = 0

Custom Attributes: 

Description: 

value__

public System.Int32 value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.MemberVisibility