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.
Calls action for actual type argument.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public void Do( Action<T1> case1Action, Action<T2> case2Action )
VB
Public Sub Do ( case1Action As Action(Of T1), case2Action As Action(Of T2) )
F#
abstract Do : case1Action : Action<'T1> * case2Action : Action<'T2> -> unit override Do : case1Action : Action<'T1> * case2Action : Action<'T2> -> unit
IOneOf(T1, T2).Do(Action(T1), Action(T2))
ValueOneOf(T1, T2) StructureCodeJam Namespace