C# 클래스 EFBootstrap.Caching.Evaluator.SubtreeEvaluator

Evaluates and replaces sub-trees when first candidate is reached (top-down)
상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: JimBobSquarePants/EFBootstrap

공개 메소드들

메소드 설명
Visit ( Expression node ) : Expression

Dispatches the expression to one of the more specialized visit methods in this class.

비공개 메소드들

메소드 설명
Eval ( Expression expression ) : Expression

Returns an evaluated Linq.Expression.

Evaluate ( Expression expression ) : Expression

Returns an evaluated Linq.Expression.

SubtreeEvaluator ( HashSet candidates ) : System

Initializes a new instance of the T:EFBootstrap.Caching.Evaluator.SubtreeEvaluator class.

메소드 상세

Visit() 공개 메소드

Dispatches the expression to one of the more specialized visit methods in this class.
public Visit ( Expression node ) : Expression
node System.Linq.Expressions.Expression The expression to visit.
리턴 System.Linq.Expressions.Expression