property Optional<T>.value

Description

If this Optional contains a value of type T return that.

Signature

property Optional<T>.value : T
{
    get;
}