You are here: Start » AVL.NET » NullableRef<T> Constructor

NullableRef<T> Constructor

Creates a new non-empty NullableRef<T> object that holds reference to the obj. If obj is null this constructor is equivalent to the parameterless one.

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

Syntax

public NullableRef
(
	T obj
)

Parameters

Name Type Range Default Description
objT

See also