You are here: Start » FIL.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:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public NullableRef
(
	T obj
)

Parameters

Name Type Range Default Description
objT

See also