Optional<T> Properties |
The Optional< T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the optional parameter has a value.
|
![]() | Value |
Gets the value of the optional parameter.
|