-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_ValueOption_None__1
andrewvk edited this page Jul 1, 2016
·
5 revisions
Creates instance of ValueOption without value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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>
- T
- Type of value.
Type: ValueOption(T)
Instance without value.