Header menu logo FSharp.Data

TypeWrapper Type

Represents a transformation of a type

Union cases

Union case Description

None

Full Usage: None

No transformation will be made to the type

Nullable

Full Usage: Nullable

The type T will be converter to type Nullable

Option

Full Usage: Option

The type T will be converter to type T option

Static members

Static member Description

TypeWrapper.FromOption(optional)

Full Usage: TypeWrapper.FromOption(optional)

Parameters:
    optional : bool

Returns: TypeWrapper
optional : bool
Returns: TypeWrapper

Type something to start searching.