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<T> CreateSafe<T> ( T t )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| t | T |
