摘要: 代码:public int Add(int a, int b){ int c = 100; return ((a + b) + c);}查看IL:.method public hidebysig instance int32 Add(int32 a, int32 b) cil managed{ .maxstack 2 .locals init ( [0] int32 c, [1] int32 CS$1$0000) L_0000: nop L_0001: ldc.i4.s 100 L_0003: stloc.0 L_... 阅读全文
posted @ 2014-04-06 21:34 Joe·Zhou 阅读(441) 评论(0) 推荐(0)