Constructor ValueWrapper
ValueWrapper()
Initializes a new instance of the ValueWrapper<T> class.
public ValueWrapper()
ValueWrapper(T)
Initializes a new instance of the ValueWrapper<T> class using the specified value.
public ValueWrapper(T value)
Parameters
value
TThe value to wrap.
Exceptions
- ArgumentNullException
value
is null.