Example #1
0
 public void InsertAfter(Instruction inst, Instruction target)
 {
     coll.Insert(coll.IndexOf(target) + 1, inst);
 }