You are here: Start » AVL.NET » NullableValue<T> Constructor
NullableValue<T> Constructor
Creates a new non-empty NullableValue<T> object that holds reference to the obj. If obj is null this constructor is equivalent to the parameterless one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public NullableValue
(
T? obj
)
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| obj | T? |
