We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creates instance of ValueOption without value.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ValueOption<T> None<T>()
VB
Public Shared Function None(Of T) As ValueOption(Of T)
F#
static member None : unit -> ValueOption<'T>
Type: ValueOption(T)Instance without value.
ValueOption ClassCodeJam Namespace
There was an error while loading. Please reload this page.