コード例 #1
0
 public void EmitSub(Type type, bool @checked)
 {
     Emit(@checked ? SubOvfInstruction.Create(type) : SubInstruction.Create(type));
 }