ExpressionVisitor.VisitGoto(GotoExpression) Methode

Definition

Besucht die Kinder der GotoExpression.

protected public:
 virtual System::Linq::Expressions::Expression ^ VisitGoto(System::Linq::Expressions::GotoExpression ^ node);
protected internal virtual System.Linq.Expressions.Expression VisitGoto(System.Linq.Expressions.GotoExpression node);
abstract member VisitGoto : System.Linq.Expressions.GotoExpression -> System.Linq.Expressions.Expression
override this.VisitGoto : System.Linq.Expressions.GotoExpression -> System.Linq.Expressions.Expression
Protected Friend Overridable Function VisitGoto (node As GotoExpression) As Expression

Parameter

node
GotoExpression

Der zu besuchende Ausdruck.

Gibt zurück

Der geänderte Ausdruck, wenn er oder ein Unterausdruck geändert wurde; andernfalls wird der ursprüngliche Ausdruck zurückgegeben.

Gilt für: