Nullable<T>.Create Constructor
Creates a new Nullable<T> instance that holds the specified value.
Syntax
Unit: Bcl.Types.Nullable
constructor Nullable<T>.Create(Value: T);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | T | The value to store in the nullable. |