Click or drag to resize
OptionalT Properties

The OptionalT 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