C# Class System.Linq.Expressions.Tests.IndexExpressionVisitorTests.IndexVisitor

Inheritance: ExpressionVisitor
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
IndexVisitor ( IndexExpression expr, Expression newObject, Expression newArguments ) : System.Collections.Generic
Visit ( Expression node ) : Expression

Method Details

IndexVisitor() public méthode

public IndexVisitor ( IndexExpression expr, Expression newObject, Expression newArguments ) : System.Collections.Generic
expr IndexExpression
newObject Expression
newArguments Expression
Résultat System.Collections.Generic

Visit() public méthode

public Visit ( Expression node ) : Expression
node Expression
Résultat Expression