Click or drag to resize
NullableTValue Property

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public T Value { get; }

Return Value

Type: T
The value of the current NullableT object if the HasValue property is true. An exception is thrown if the HasValue property is false.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe HasValue property is false.
See Also