NGValue<T> constructor

NGValue<T>(
  1. T _value
)

Implementation

NGValue(this._value);