Skip to content

Overload_CodeJam_Expressions_Expr_Func

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

Expr.Func Method

Overload List

 

Name Description
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