You are here: Start » AVL.NET » Nullable.Create Method

Nullable.Create Method

Creates an empty NullableRef<T> object which HasValue property is false.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public static NullableRef&lt;T&gt; Create<T>()

Function Overrides

See also