Skip to content

Methods_T_CodeJam_Expressions_Expr

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

Expr Methods

Methods

 

Name Description
Public methodStatic member Action(Expression(Action)) Helper for type inference from the lambda expression.
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 Func(TResult)(Expression(Func(TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, TResult)(Expression(Func(T1, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, TResult)(Expression(Func(T1, T2, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, T3, TResult)(Expression(Func(T1, T2, T3, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, T3, T4, TResult)(Expression(Func(T1, T2, T3, T4, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, T3, T4, T5, TResult)(Expression(Func(T1, T2, T3, T4, T5, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, T3, T4, T5, T6, TResult)(Expression(Func(T1, T2, T3, T4, T5, T6, TResult))) Helper for type inference from the lambda expression.
Public methodStatic member Func(T1, T2, T3, T4, T5, T6, T7, TResult)(Expression(Func(T1, T2, T3, T4, T5, T6, T7, TResult))) Helper for type inference from the lambda expression.
  Back to Top

See Also

Reference

Expr Class
CodeJam.Expressions Namespace

Clone this wiki locally