Enum Accessibility
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public enum Accessibility
Fields
| Name | Description |
|---|---|
| Friend | |
| Internal | |
| NotApplicable | |
| Private | |
| Protected | |
| ProtectedAndFriend | |
| ProtectedAndInternal | |
| ProtectedOrFriend | |
| ProtectedOrInternal | |
| Public |