OptTIsNone Property

Returns whether the option is None or not.
C#
var noneInt = None<int>();
Assert(noneInt.IsNone);

Definition

Namespace: Orx.Fun.Option
Assembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
C#
public bool IsNone { get; }

Property Value

Boolean

See Also