Nullable<T> Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Nullable<T> structure to the specified value.
Assembly: mscorlib (in mscorlib.dll)
The Nullable<T> constructor initializes the HasValue property of the new Nullable<T> object to true, and the Value property to the value of the value parameter.
Show: