Skip to content

M_CodeJam_Expressions_Expr_Action__7

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Expr.Action(T1, T2, T3, T4, T5, T6, T7) Method (Expression(Action(T1, T2, T3, T4, T5, T6, T7)))

Helper for type inference from the lambda expression.

Namespace: CodeJam.Expressions
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static Expression<Action<T1, T2, T3, T4, T5, T6, T7>> Action<T1, T2, T3, T4, T5, T6, T7>(
	Expression<Action<T1, T2, T3, T4, T5, T6, T7>> actionExpression
)

VB

Public Shared Function Action(Of T1, T2, T3, T4, T5, T6, T7) ( 
	actionExpression As Expression(Of Action(Of T1, T2, T3, T4, T5, T6, T7))
) As Expression(Of Action(Of T1, T2, T3, T4, T5, T6, T7))

F#

static member Action : 
        actionExpression : Expression<Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7>> -> Expression<Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7>> 

Parameters

 

actionExpression
Type: System.Linq.Expressions.Expression(Action(T1, T2, T3, T4, T5, T6, T7))
The lambda expression.

Type Parameters

 

T1
The type of argument #1.
T2
The type of argument #2.
T3
The type of argument #3.
T4
The type of argument #4.
T5
The type of argument #5.
T6
The type of argument #6.
T7
The type of argument #7.

Return Value

Type: Expression(Action(T1, T2, T3, T4, T5, T6, T7))
The lambda expression passed.

See Also

Reference

Expr Class
Action Overload
CodeJam.Expressions Namespace

Clone this wiki locally