Nullable<T>.Create Constructor

Overloads

Create(T)

Initializes a new instance of the Nullable<T> structure to the specified value.

Create(Variant)

Initializes a new instance of the Nullable<T> structure to the specified value.

Create(T)

Initializes a new instance of the Nullable<T> structure to the specified value.

Delphi
constructor Create(const value: T)

Parameters

value
T

Create(Variant)

Initializes a new instance of the Nullable<T> structure to the specified value.

Delphi
constructor Create(const value: Variant)

Parameters

value
Variant