Click or drag to resize
OptionalValueTMissing Property
Returns a new instance of `OptionalValue<T>` that does not contain a value.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static OptionalValue<T> Missing { get; }

Property Value

Type: OptionalValueT

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

See Also