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&lt;T&gt; Create<T>
(
	T t
)

Parameters

Name Type Range Default Description
tT

Function Overrides

See also