Header menu logo F# Compiler Guide

NavigationItemKind Type

Indicates a kind of item to show in an F# navigation bar

Union cases

Union case Description

Exception

Full Usage: Exception

Field

Full Usage: Field

Method

Full Usage: Method

Module

Full Usage: Module

ModuleFile

Full Usage: ModuleFile

Namespace

Full Usage: Namespace

Other

Full Usage: Other

Property

Full Usage: Property

Type

Full Usage: Type

Instance members

Instance member Description

this.IsException

Full Usage: this.IsException

Returns: bool
Returns: bool

this.IsField

Full Usage: this.IsField

Returns: bool
Returns: bool

this.IsMethod

Full Usage: this.IsMethod

Returns: bool
Returns: bool

this.IsModule

Full Usage: this.IsModule

Returns: bool
Returns: bool

this.IsModuleFile

Full Usage: this.IsModuleFile

Returns: bool
Returns: bool

this.IsNamespace

Full Usage: this.IsNamespace

Returns: bool
Returns: bool

this.IsOther

Full Usage: this.IsOther

Returns: bool
Returns: bool

this.IsProperty

Full Usage: this.IsProperty

Returns: bool
Returns: bool

this.IsType

Full Usage: this.IsType

Returns: bool
Returns: bool

Type something to start searching.