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