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