Exemplo n.º 1
0
 public Instruction BoxIfIndexMatches(int index)
 {
     return((index == _index) ? InstructionList.StoreLocalBoxed(index) : null);
 }