| OptionalValueTValue Property |
Returns the value stored in the current `OptionalValue<T>`.
Exceptions:
`InvalidOperationException` - Thrown when `HasValue` is `false`.
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax Property Value
Type:
T[Missing <value> documentation for "P:Deedle.OptionalValue`1.Value"]
See Also