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] | HasValue | bool.
![]() Gets a value indicating whether the current Nullable`1 object has a valid value of its underlying type. |
[read-only] | Value | T.
![]() Gets the value of the current Nullable`1 object if it has been assigned a valid underlying value. |