-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_ValueOption_Some__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Creates instance of ValueOption with specified value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ValueOption<T> Some<T>(
T value
)
VB
Public Shared Function Some(Of T) (
value As T
) As ValueOption(Of T)
F#
static member Some :
value : 'T -> ValueOption<'T>
- value
- Type: T
Value
- T
- Type of value
Type: ValueOption(T)
Instance of ValueOption.