The properties of System.Nullable<T> are listed below. For a list of all members, see the Nullable<T> Members list.
See Also: Inherited members from System.ValueType
[read-only]HasValuebool. Indicates whether the current instance contains a value.[read-only]ValueT. Gets the value, if any, of the current instance.