Accessibility Enum
Definition
Describes how accessible a member is.
public enum Accessibility
Fields
Name | Description |
---|---|
Access is limited to the current assembly. | |
Access is limited to the containing type. | |
Access is limited to the containing class or types derived from the containing class within the current assembly. | |
Access is limited to the containing class or types derived from the containing class. | |
Access is limited to the current assembly or types derived from the containing class. | |
Access is not restricted. |
Last modified: 17 December 2024