You are here: Start » FIL.NET » NullableRef<T>.Release Method

NullableRef<T>.Release Method

Detaches value of the current NullableRef<T> object if HasValue property is true and sets this object as an empty. An exception is thrown if HasValue property is false.

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public T Release()

Possible Error

Error message: ''

See also