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.
Helper for type inference from the lambda callback.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Action<T1, T2, T3, T4> Action<T1, T2, T3, T4>( Action<T1, T2, T3, T4> action )
VB
Public Shared Function Action(Of T1, T2, T3, T4) ( action As Action(Of T1, T2, T3, T4) ) As Action(Of T1, T2, T3, T4)
F#
static member Action : action : Action<'T1, 'T2, 'T3, 'T4> -> Action<'T1, 'T2, 'T3, 'T4>
Type: Action(T1, T2, T3, T4)The lambda callback passed.
Fn ClassAction OverloadCodeJam Namespace