We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates a new object initialized to a specified value.
Namespace: CodeJamAssembly: 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#
Type: Option(T)Instance of Option(T).Some.
Option(T) ClassCodeJam Namespace