This documentation is archived and is not being maintained.
Nullable<T> Properties
Visual Studio 2010
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. |
Show: