C# 클래스 Tp.Core.Expressions.PreOrderTraverseVisitor

Provides an IEnumerable{T} created by walking through an expression tree.
상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
Visit ( Expression node ) : Expression

보호된 메소드들

메소드 설명
VisitExtension ( Expression node ) : Expression

비공개 메소드들

메소드 설명
Traverse ( Expression node ) : IEnumerable

메소드 상세

Visit() 공개 메소드

public Visit ( Expression node ) : Expression
node System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

VisitExtension() 보호된 메소드

protected VisitExtension ( Expression node ) : Expression
node System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression