Header menu logo FSharp.Formatting

TokenKind Type

Classifies tokens reported by the FCS

Union cases

Union case Description

Comment

Full Usage: Comment

Default

Full Usage: Default

Disposable

Full Usage: Disposable

Enumeration

Full Usage: Enumeration

Escaped

Full Usage: Escaped

Function

Full Usage: Function

Identifier

Full Usage: Identifier

Inactive

Full Usage: Inactive

Interface

Full Usage: Interface

Keyword

Full Usage: Keyword

Module

Full Usage: Module

MutableVar

Full Usage: MutableVar

Number

Full Usage: Number

Operator

Full Usage: Operator

Pattern

Full Usage: Pattern

Preprocessor

Full Usage: Preprocessor

Printf

Full Usage: Printf

Property

Full Usage: Property

Punctuation

Full Usage: Punctuation

ReferenceType

Full Usage: ReferenceType

String

Full Usage: String

TypeArgument

Full Usage: TypeArgument

UnionCase

Full Usage: UnionCase

ValueType

Full Usage: ValueType

Instance members

Instance member Description

this.IsComment

Full Usage: this.IsComment

Returns: bool
Returns: bool

this.IsDefault

Full Usage: this.IsDefault

Returns: bool
Returns: bool

this.IsDisposable

Full Usage: this.IsDisposable

Returns: bool
Returns: bool

this.IsEnumeration

Full Usage: this.IsEnumeration

Returns: bool
Returns: bool

this.IsEscaped

Full Usage: this.IsEscaped

Returns: bool
Returns: bool

this.IsFunction

Full Usage: this.IsFunction

Returns: bool
Returns: bool

this.IsIdentifier

Full Usage: this.IsIdentifier

Returns: bool
Returns: bool

this.IsInactive

Full Usage: this.IsInactive

Returns: bool
Returns: bool

this.IsInterface

Full Usage: this.IsInterface

Returns: bool
Returns: bool

this.IsKeyword

Full Usage: this.IsKeyword

Returns: bool
Returns: bool

this.IsModule

Full Usage: this.IsModule

Returns: bool
Returns: bool

this.IsMutableVar

Full Usage: this.IsMutableVar

Returns: bool
Returns: bool

this.IsNumber

Full Usage: this.IsNumber

Returns: bool
Returns: bool

this.IsOperator

Full Usage: this.IsOperator

Returns: bool
Returns: bool

this.IsPattern

Full Usage: this.IsPattern

Returns: bool
Returns: bool

this.IsPreprocessor

Full Usage: this.IsPreprocessor

Returns: bool
Returns: bool

this.IsPrintf

Full Usage: this.IsPrintf

Returns: bool
Returns: bool

this.IsProperty

Full Usage: this.IsProperty

Returns: bool
Returns: bool

this.IsPunctuation

Full Usage: this.IsPunctuation

Returns: bool
Returns: bool

this.IsReferenceType

Full Usage: this.IsReferenceType

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

this.IsTypeArgument

Full Usage: this.IsTypeArgument

Returns: bool
Returns: bool

this.IsUnionCase

Full Usage: this.IsUnionCase

Returns: bool
Returns: bool

this.IsValueType

Full Usage: this.IsValueType

Returns: bool
Returns: bool

Type something to start searching.