InclusiveOption<'T> Type

Union cases

Union case Description

All

Full Usage: All

None

Full Usage: None

Some 'T

Full Usage: Some 'T

Parameters:
    Item : 'T

Item : 'T

Instance members

Instance member Description

this.IsAll

Full Usage: this.IsAll

Returns: bool
Returns: bool

this.IsNone

Full Usage: this.IsNone

Returns: bool
Returns: bool

this.IsSome

Full Usage: this.IsSome

Returns: bool
Returns: bool