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

Nullable.CreateSafe Method

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

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

Syntax

public static SafeNullableRef&lt;T&gt; CreateSafe<T>()

Function Overrides

See also