Nullable<T> constructor

Nullable<T>(
  1. T _value
)

Sets desired value

Implementation

Nullable(this._value);