Click or drag to resize

OptionalT Properties

The OptionalT generic type exposes the following members.

Properties
  NameDescription
Public propertyUseValue
Gets or sets whether to use the value of this instance.
Public propertyCode exampleValue
The value of this instance. It should only be used if UseValue is true. Otherwise, some other value should be used, or code that does not need it must be executed instead.
Top
See Also