The OptionalInt type exposes the following members.

Properties

  NameDescription
Public propertyEmpty
Accessor that gets whether this
CopyC#
OptionalInt
is empty. Set operation is not supported.
Public propertyIntValue
Accessor that gets the
CopyC#
int
of this
CopyC#
OptionalInt
. set is not supported.

See Also