Nullable<T>.Value Property

Gets the value of the current Nullable<T> value.

Namespace: Spring
public
 property Value: T read GetValue;

Property Value

Type: T

 

EInvalidOperationException
Raised if the value is null.