Example #1
0
 public override void Accept(CommandVisitor visitor)
 {
     visitor.VisitIfCommand(this);
 }