Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. .method private hidebysig static void Main() cil managed
  2. {
  3. .entrypoint
  4. // Code size 36 (0x24)
  5. .maxstack 3
  6. .locals init ([0] int32 foo,
  7. [1] object bar)
  8. IL_0000: nop
  9. IL_0001: ldc.i4.s 123
  10. IL_0003: stloc.0
  11. IL_0004: ldloc.0
  12. IL_0005: box [mscorlib]System.Int32
  13. IL_000a: stloc.1
  14. IL_000b: ldloca.s foo
  15. IL_000d: call instance string [mscorlib]System.Int32::ToString()
  16. IL_0012: ldstr " - "
  17. IL_0017: ldloc.1
  18. IL_0018: call string [mscorlib]System.String::Concat(object,
  19. object,
  20. object)
  21. IL_001d: call void [mscorlib]System.Console::WriteLine(string)
  22. IL_0022: nop
  23. IL_0023: ret
  24. } // end of method Program::Main
Add Comment
Please, Sign In to add comment