value


Description:

public T value { get; }

The value held by the optional.

If the value is present, it will be returned. Otherwise, the assertion fails.