property Optional<T>.hasValue

Description

Return true iff this Optional contains a value of type T

Signature

property Optional<T>.hasValue : bool
{
    get;
}