-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Option_1_op_Implicit
andrewvk edited this page Mar 22, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
Creates a new object initialized to a specified value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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
[Missing documentation for "M:CodeJam.Option1.op_Implicit(
0)~CodeJam.Option{`0}"]
Type: Option(T)
[Missing documentation for "M:CodeJam.Option1.op_Implicit(
0)~CodeJam.Option{`0}"]