Skip to content

T_CodeJam_Expressions_Expr

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

Expr Class

Provides helper methods for Action and Func delegates.

Inheritance Hierarchy

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

Syntax

C#

public static class Expr

VB

Public NotInheritable Class Expr

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Expr =  class end

Methods

 

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

CodeJam.Expressions Namespace

Clone this wiki locally