None<T>.

None() Constructor

Summary

Creates a new None of T. The type T must be nullable, if not an exception will be thrown
Namespace
FunctionalSharp.OptionTypes
Containing Type
None<T>

Syntax

public None()

Return Value

Type Description
void