enum MonoMemberVisibility
Returns the level of member visibility in the class.
Values
| Name | Value | Description |
|---|---|---|
Private |
0 |
|
Protected |
1 |
|
Internal |
2 |
|
ProtectedInternal |
3 |
|
Public |
4 |