ExpressionVisitor.VisitGoto(GotoExpression) Methode

Definition

Wechselt zu den untergeordneten Elementen 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 Ausdruck, zu dem gewechselt werden soll.

Gibt zurück

Der geänderte Ausdruck, wenn dieser oder einer seiner Teilausdrücke geändert wurde. Andernfalls wird der ursprüngliche Ausdruck zurückgegeben.

Gilt für: