Click or drag to resize
TryValueTValue Property
Returns the value of `TryValue<T>` when the value is present; otherwise, throws an exception that was captured

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public T Value { get; }

Property Value

Type: T

[Missing <value> documentation for "P:Deedle.TryValue`1.Value"]

See Also