-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Option_1_op_Implicit
Andrew Koryavchenko edited this page Jun 17, 2018
·
7 revisions
Creates a new object initialized to a specified value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static implicit operator Option<T> (
T value
)
VB
Public Shared Widening Operator CType (
value As T
) As Option(Of T)
F#
- value
- Type: T
Value to convert.
Type: Option(T)
Instance of Option(T).Some.