Пример #1
0
 public Instruction Transform(Instruction instr)
 {
     return(instr.Accept(this));
 }