FSharpAccessibility Type
Indicates the accessibility of a symbol, as seen by the F# language
Instance members
Instance member |
Description
|
Full Usage:
this.IsInternal
Returns: bool
|
Indicates the symbol has internal accessibility.
|
Full Usage:
this.IsPrivate
Returns: bool
|
Indicates the symbol has private accessibility.
|
Full Usage:
this.IsProtected
Returns: bool
|
Indicates the symbol has protected accessibility.
|
Full Usage:
this.IsPublic
Returns: bool
|
Indicates the symbol has public accessibility.
|