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.
Implicit cast operator.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static implicit operator ValueOneOf<T1, T2> ( T2 value )
VB
Public Shared Widening Operator CType ( value As T2 ) As ValueOneOf(Of T1, T2)
F#
Type: ValueOneOf(T1, T2)Instance of ValueOneOf(T1, T2) for value of type T2.
ValueOneOf(T1, T2) StructureImplicit OverloadCodeJam Namespace