Header menu logo FSharp.Core

Choice<'T1, 'T2, 'T3, 'T4> Type

Helper types for active patterns with 4 choices.

Union cases

Union case Description

Choice1Of4 'T1

Full Usage: Choice1Of4 'T1

Parameters:
    Item : 'T1

Choice 1 of 4 choices

Item : 'T1

Choice2Of4 'T2

Full Usage: Choice2Of4 'T2

Parameters:
    Item : 'T2

Choice 2 of 4 choices

Item : 'T2

Choice3Of4 'T3

Full Usage: Choice3Of4 'T3

Parameters:
    Item : 'T3

Choice 3 of 4 choices

Item : 'T3

Choice4Of4 'T4

Full Usage: Choice4Of4 'T4

Parameters:
    Item : 'T4

Choice 4 of 4 choices

Item : 'T4

Instance members

Instance member Description

this.IsChoice1Of4

Full Usage: this.IsChoice1Of4

Returns: bool
Returns: bool

this.IsChoice2Of4

Full Usage: this.IsChoice2Of4

Returns: bool
Returns: bool

this.IsChoice3Of4

Full Usage: this.IsChoice3Of4

Returns: bool
Returns: bool

this.IsChoice4Of4

Full Usage: this.IsChoice4Of4

Returns: bool
Returns: bool

Type something to start searching.