Nullable<T>.Value Property
Summary
Gets the value of the current
Nullable<T>
value.
Namespace
:
Spring
Syntax
Delphi
public property Value:
T
read
GetValue
;
Property Value
Type:
T
Exceptions
EInvalidOperationException
Raised if the value is null.
See Also
Reference
Nullable<T>
Spring