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 abstract void Do( Action<T1> case1Action, Action<T2> case2Action, Action<T3> case3Action, Action<T4> case4Action )
VB
Public MustOverride Sub Do ( case1Action As Action(Of T1), case2Action As Action(Of T2), case3Action As Action(Of T3), case4Action As Action(Of T4) )
F#
abstract Do : case1Action : Action<'T1> * case2Action : Action<'T2> * case3Action : Action<'T3> * case4Action : Action<'T4> -> unit
IOneOf(T1, T2, T3, T4).Do(Action(T1), Action(T2), Action(T3), Action(T4))
OneOf(T1, T2, T3, T4) ClassCodeJam Namespace