Nullable(Of T) Constructor
May 02, 2013
Initializes a new instance of the Nullable(Of T) structure to the specified value.
Assembly: mscorlib (in mscorlib.dll)
The Nullable(Of T) constructor initializes the HasValue property of the new Nullable(Of T) object to true, and the Value property to the value of the value parameter.