ExpressionVisitor.VisitSwitchCase(SwitchCase) Metod

Definition

Besöker barnen i SwitchCase.

protected:
 virtual System::Linq::Expressions::SwitchCase ^ VisitSwitchCase(System::Linq::Expressions::SwitchCase ^ node);
protected virtual System.Linq.Expressions.SwitchCase VisitSwitchCase(System.Linq.Expressions.SwitchCase node);
abstract member VisitSwitchCase : System.Linq.Expressions.SwitchCase -> System.Linq.Expressions.SwitchCase
override this.VisitSwitchCase : System.Linq.Expressions.SwitchCase -> System.Linq.Expressions.SwitchCase
Protected Overridable Function VisitSwitchCase (node As SwitchCase) As SwitchCase

Parametrar

node
SwitchCase

Uttrycket som ska besökas.

Returer

Det ändrade uttrycket, om det eller någon underuttryck ändrades; annars returnerar det ursprungliga uttrycket.

Gäller för