C# Class LinqToWiki.Expressions.UsedPropertiesGatherer

Gathers information about properties of an object used in an expression.
Inheritance: System.Linq.Expressions.ExpressionVisitor
Afficher le fichier Open project: svick/LINQ-to-Wiki Class Usage Examples

Méthodes publiques

Méthode Description
Gather ( Expression haystack, Expression needle ) : void

Gathers information about properties of needle in haystack.

Visit ( Expression node ) : Expression

Méthodes protégées

Méthode Description
VisitMember ( MemberExpression node ) : Expression

Method Details

Gather() public méthode

Gathers information about properties of needle in haystack.
public Gather ( Expression haystack, Expression needle ) : void
haystack System.Linq.Expressions.Expression
needle System.Linq.Expressions.Expression
Résultat void

Visit() public méthode

public Visit ( Expression node ) : Expression
node System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

VisitMember() protected méthode

protected VisitMember ( MemberExpression node ) : Expression
node System.Linq.Expressions.MemberExpression
Résultat System.Linq.Expressions.Expression