C# 클래스 NJection.LambdaConverter.Expressions.Lambda

상속: AstExpression
파일 보기 프로젝트 열기: sagifogel/NJection.LambdaConverter 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( Expression body, Type type, IEnumerable parameters ) : Expression

보호된 메소드들

메소드 설명
Lambda ( Type type, Expression body, IEnumerable parameters, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
리턴 System.Linq.Expressions.Expression

Lambda() 보호된 메소드

protected Lambda ( Type type, Expression body, IEnumerable parameters, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
type System.Type
body System.Linq.Expressions.Expression
parameters IEnumerable
scope IScope
visitor INRefcatoryExpressionVisitor
리턴 System

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression

Update() 공개 메소드

public Update ( Expression body, Type type, IEnumerable parameters ) : Expression
body System.Linq.Expressions.Expression
type System.Type
parameters IEnumerable
리턴 System.Linq.Expressions.Expression