Esempio n. 1
0
 public void EmitNewarr(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "newarr");
 }
Esempio n. 2
0
 public void EmitStelem(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "stelem");
 }
Esempio n. 3
0
 public void EmitBox(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "box");
 }