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, T3, T4> ( T3 value )
VB
Public Shared Widening Operator CType ( value As T3 ) As ValueOneOf(Of T1, T2, T3, T4)
F#
Type: ValueOneOf(T1, T2, T3, T4)Instance of ValueOneOf(T1, T2, T3, T4) for value of type T3.
ValueOneOf(T1, T2, T3, T4) StructureImplicit OverloadCodeJam Namespace