Interface IOption
- Namespace
- UniOption
- Assembly
- UniOption.dll
public interface IOption
- Extension Methods
Properties
IsNone
bool IsNone { get; }
Property Value
IsSome
bool IsSome { get; }
public interface IOption
bool IsNone { get; }
bool IsSome { get; }