VisitSwitchSection() 공개 메소드

public VisitSwitchSection ( SwitchSection switchSection, object d ) : bool
switchSection ICSharpCode.NRefactory.Ast.SwitchSection
d object
리턴 bool
예제 #1
0
 public override bool AcceptVisitor(AstComparisonVisitor visitor, object data)
 {
     return visitor.VisitSwitchSection(this, data);
 }