예제 #1
0
파일: Containers.cs 프로젝트: zBart/Ares
 public override void Visit(IElementVisitor visitor)
 {
     visitor.VisitChoiceContainer(this);
 }