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

NullableValue<T> Constructor

Creates a new empty NullableValue<T> object, for which HasValue property is false.

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

Syntax

public NullableValue()

See also