value


Description:

public G value { get; }

The value held by this optional.

If a value is present in this optional, returns the value, otherwise (assertion) fails.