SymbolKind Type
Discriminated union for kinds of F# symbols (function, type, DU case, etc.).
Union cases
| Union case |
Description
|
Full Usage:
DuCase
|
|
Full Usage:
Function
|
|
Full Usage:
Module
|
|
Full Usage:
Property
|
|
Full Usage:
Type
|
|
Full Usage:
Value
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDuCase
Returns: bool
|
|
Full Usage:
this.IsFunction
Returns: bool
|
|
Full Usage:
this.IsModule
Returns: bool
|
|
Full Usage:
this.IsProperty
Returns: bool
|
|
Full Usage:
this.IsType
Returns: bool
|
|
Full Usage:
this.IsValue
Returns: bool
|
|
TestPrune