ValueStorage<T> constructor

ValueStorage<T>(
  1. T value
)

Implementation

ValueStorage(T value) : this._value = Value(value);