Header menu logo FSharp.Core

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

Helper types for active patterns with 5 choices.

Union cases

Union case Description

Choice1Of5 'T1

Full Usage: Choice1Of5 'T1

Parameters:
    Item : 'T1

Choice 1 of 5 choices

Item : 'T1

Choice2Of5 'T2

Full Usage: Choice2Of5 'T2

Parameters:
    Item : 'T2

Choice 2 of 5 choices

Item : 'T2

Choice3Of5 'T3

Full Usage: Choice3Of5 'T3

Parameters:
    Item : 'T3

Choice 3 of 5 choices

Item : 'T3

Choice4Of5 'T4

Full Usage: Choice4Of5 'T4

Parameters:
    Item : 'T4

Choice 4 of 5 choices

Item : 'T4

Choice5Of5 'T5

Full Usage: Choice5Of5 'T5

Parameters:
    Item : 'T5

Choice 5 of 5 choices

Item : 'T5

Type something to start searching.