Enum TypeAccessibility
Specifies the accessibility of a type.
public enum TypeAccessibility
Fields
Internal = 1
Indicates that the type is only accessible within its own assembly.
Public = 0
Indicates that the type is accessible by any assembly that references it.