Skip to content

Overload_CodeJam_Expressions_Expr_Action

andrewvk edited this page Jun 23, 2016 · 3 revisions

Expr.Action Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member Action(T1)(Expression(Action(T1))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2)(Expression(Action(T1, T2))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2, T3)(Expression(Action(T1, T2, T3))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2, T3, T4)(Expression(Action(T1, T2, T3, T4))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2, T3, T4, T5)(Expression(Action(T1, T2, T3, T4, T5))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2, T3, T4, T5, T6)(Expression(Action(T1, T2, T3, T4, T5, T6))) Helper for type inference from the lambda expression.
Public methodStatic member Action(T1, T2, T3, T4, T5, T6, T7)(Expression(Action(T1, T2, T3, T4, T5, T6, T7))) Helper for type inference from the lambda expression.
Public methodStatic member Action(Expression(Action)) Helper for type inference from the lambda expression.
  Back to Top

See Also

Reference

Expr Class
CodeJam.Expressions Namespace

Clone this wiki locally