Header menu logo TestPrune

SymbolKind Type

Discriminated union for kinds of F# symbols (function, type, DU case, etc.).

Union cases

Union case Description

DuCase

Full Usage: DuCase

Function

Full Usage: Function

Module

Full Usage: Module

Property

Full Usage: Property

Type

Full Usage: Type

Value

Full Usage: Value

Instance members

Instance member Description

this.IsDuCase

Full Usage: this.IsDuCase

Returns: bool
Returns: bool

this.IsFunction

Full Usage: this.IsFunction

Returns: bool
Returns: bool

this.IsModule

Full Usage: this.IsModule

Returns: bool
Returns: bool

this.IsProperty

Full Usage: this.IsProperty

Returns: bool
Returns: bool

this.IsType

Full Usage: this.IsType

Returns: bool
Returns: bool

this.IsValue

Full Usage: this.IsValue

Returns: bool
Returns: bool

Type something to start searching.