C# Class EFBootstrap.Caching.Evaluator.Nominator

Performs bottom-up analysis to determine which nodes can possibly be part of an evaluated sub-tree.
Inheritance: System.Linq.Expressions.ExpressionVisitor
Afficher le fichier Open project: JimBobSquarePants/EFBootstrap

Méthodes publiques

Méthode Description
Visit ( Expression node ) : Expression

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

Private Methods

Méthode Description
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.

Method Details

Visit() public méthode

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.
Résultat System.Linq.Expressions.Expression