C# 클래스 System.Linq.Expressions.Tests.IndexExpressionVisitorTests.IndexVisitor

상속: ExpressionVisitor
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
IndexVisitor ( IndexExpression expr, Expression newObject, Expression newArguments ) : System.Collections.Generic
Visit ( Expression node ) : Expression

메소드 상세

IndexVisitor() 공개 메소드

public IndexVisitor ( IndexExpression expr, Expression newObject, Expression newArguments ) : System.Collections.Generic
expr IndexExpression
newObject Expression
newArguments Expression
리턴 System.Collections.Generic

Visit() 공개 메소드

public Visit ( Expression node ) : Expression
node Expression
리턴 Expression