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

Nullable.CreateSafe Method

Creates a non-empty SafeNullableRef<T> object that holds reference to the given object t, and that takes responsibility for disposing the t object.

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

Syntax

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

Parameters

Name Type Range Default Description
tT

Function Overrides

See also