-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Option_None__1
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Returns instance of Option without value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static Option<T> None<T>()
VB
Public Shared Function None(Of T) As Option(Of T)
F#
static member None : unit -> Option<'T>
- T
- Type of value.
Type: Option(T)
Instance without value.
None value is singleton.