-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Option_None__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns instance of Option without value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.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.