SymbolAccessibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the visibility of the symbol to surrounding code.
public enum class SymbolAccessibility
public enum class SymbolAccessibility
enum SymbolAccessibility
public enum SymbolAccessibility
type SymbolAccessibility =
Public Enum SymbolAccessibility
- Inheritance
-
SymbolAccessibility
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
Public | 1 | The symbol has public visibility. |
Internal | 2 | The symbol has internal visibility. |
Friend | 3 | The symbol has friend visibility. |
Protected | 4 | The symbol has protected visibility. |
Private | 5 | The symbol has private visibility. |