None Method
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Methods
| Edit this page View SourceNone<T>()
Creates a None
Option<T>.
Declaration
[Pure]
public static ref readonly Option<T> None<T>()
Returns
Option<T>Type Parameters
T
The type of value the option encapsulates.