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
Показать файл Открыть проект

Открытые методы

Метод Описание
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