VisitSwitchSection() public method

public VisitSwitchSection ( SwitchSection switchSection, object d ) : bool
switchSection ICSharpCode.NRefactory.Ast.SwitchSection
d object
return bool
Esempio n. 1
0
 public override bool AcceptVisitor(AstComparisonVisitor visitor, object data)
 {
     return visitor.VisitSwitchSection(this, data);
 }