VisitSwitchSection() public méthode

public VisitSwitchSection ( SwitchSection switchSection, object d ) : bool
switchSection ICSharpCode.NRefactory.Ast.SwitchSection
d object
Résultat bool
 public override bool AcceptVisitor(AstComparisonVisitor visitor, object data)
 {
     return visitor.VisitSwitchSection(this, data);
 }