Nullable<T> Properties
.NET Framework 4.5
The Nullable<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
HasValue | Gets a value indicating whether the current Nullable<T> object has a value. |
|
Value | Gets the value of the current Nullable<T> value. |