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

Syntax

public T Release()

Possible Error

Error message: ''

See also