C# Class MongoDB.Driver.Linq.Nominator

Performs bottom-up analysis to find maximal subtrees that satisfy a predicate.
Inheritance: ExpressionVisitor
Mostra file Open project: CloudMetal/mongo-csharp-driver

Protected Methods

Method Description
Visit ( Expression expression ) : Expression

Private Methods

Method Description
Nominate ( Expression expression ) : HashSet
Nominator ( bool>.Func predicate ) : System

Method Details

Visit() protected method

protected Visit ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression