Header menu logo FSharp.Core.Fluent

OptionExtensionsConstrained Type

Static members

Static member Description

OptionExtensionsConstrained.toNullable opt

Full Usage: OptionExtensionsConstrained.toNullable opt

Parameters:
    opt : 'T option

Returns: Nullable<'T> The result value.
Modifiers: inline
Type parameters: 'T

Convert the option to a Nullable value.

opt : 'T option
Returns: Nullable<'T>

The result value.

OptionExtensionsConstrained.toObj opt

Full Usage: OptionExtensionsConstrained.toObj opt

Parameters:
    opt : 'T option

Returns: 'T The result value, which is null if the input was None.
Modifiers: inline
Type parameters: 'T

Convert an option to a potentially null value.

opt : 'T option
Returns: 'T

The result value, which is null if the input was None.

Type something to start searching.