Nullable<'T> Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | HasValue | Gets a value indicating whether the current Nullable<'T> object has a valid value of its underlying type. |
![]() | Value | Gets the value of the current Nullable<'T> object if it has been assigned a valid underlying value. |
Show:
