- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Option_1_op_Implicit
        andrewvk edited this page Apr 25, 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
 Value to convert.