Click or drag to resize
Optional<T> Properties

The Optional< T> generic type exposes the following members.

Properties
  NameDescription
Public propertyHasValue
Gets a value indicating whether the optional parameter has a value.
Public propertyValue
Gets the value of the optional parameter.
Top
See Also