You are here: Start » AVL.NET » Nullable.Create Method
Nullable.Create Method
Creates a non-empty NullableRef<T> object that holds reference to the given object t.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public static NullableRef<T> Create<T> ( T t )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| t | T |
