ExpressionVisitor.VisitDebugInfo(DebugInfoExpression) Methode

Definition

Besucht die DebugInfoExpression.

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

Parameter

node
DebugInfoExpression

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: