C# 클래스 LinqToWiki.Expressions.UsedPropertiesGatherer

Gathers information about properties of an object used in an expression.
상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: svick/LINQ-to-Wiki 1 사용 예제들

공개 메소드들

메소드 설명
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