C# Класс LinqToWiki.Expressions.UsedPropertiesGatherer

Gathers information about properties of an object used in an expression.
Наследование: System.Linq.Expressions.ExpressionVisitor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Gather ( Expression haystack, Expression needle ) : void

Gathers information about properties of needle in haystack.

Visit ( Expression node ) : Expression

Защищенные методы

Метод Описание
VisitMember ( MemberExpression node ) : Expression

Описание методов

Gather() публичный Метод

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
Результат void

Visit() публичный Метод

public Visit ( Expression node ) : Expression
node System.Linq.Expressions.Expression
Результат System.Linq.Expressions.Expression

VisitMember() защищенный Метод

protected VisitMember ( MemberExpression node ) : Expression
node System.Linq.Expressions.MemberExpression
Результат System.Linq.Expressions.Expression