Header menu logo FSharp.Core

Choice<'T1, 'T2> Type

Helper types for active patterns with 2 choices.

Union cases

Union case Description

Choice1Of2 'T1

Full Usage: Choice1Of2 'T1

Parameters:
    Item : 'T1

Choice 1 of 2 choices

Item : 'T1

Choice2Of2 'T2

Full Usage: Choice2Of2 'T2

Parameters:
    Item : 'T2

Choice 2 of 2 choices

Item : 'T2

Type something to start searching.