コード例 #1
0
 public void EmitNewarr(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "newarr");
 }
コード例 #2
0
 public void EmitStelem(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "stelem");
 }
コード例 #3
0
 public void EmitBox(IType type)
 {
     OpCodes.AddFullTypeInstruction(type, "box");
 }