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

Performs bottom-up analysis to determine which nodes can possibly be part of an evaluated sub-tree.
상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: JimBobSquarePants/EFBootstrap

공개 메소드들

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

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

비공개 메소드들

메소드 설명
Nominate ( Expression expression ) : HashSet

Returns an adjusted collection of expressions nominated for evaluation.

Nominator ( bool>.Func functionCanBeEvaluated ) : System

Initializes a new instance of the Nominator 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