You are here: Start » AVL.NET » SafeNullableRef<T> Constructor
SafeNullableRef<T> Constructor
Creates a new non-empty SafeNullableRef<T> object that holds the reference to the passed obj and takes responsibility for disposing it. If obj is null this constructor is equivalent to the parameterless one.
| Namespace: | AvlNet | 
|---|---|
| Assembly: | AVL.NET.TS.dll | 
Syntax
public SafeNullableRef
(
	T obj
)
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| obj | T | 
