IOptional.Value property

Gets the value of the current IOptional value.

public object Value { get; }

Exceptions

exception condition
InvalidOperationException The HasValue property is false.

See Also