Guest User

Untitled

a guest
May 22nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. IL_0000: ldloca.s 00
  2. IL_0002: initobj System.Nullable<System.Int32>
  3. IL_0008: ldloc.0
  4. IL_0009: stloc.0
  5. IL_000A: ldloca.s 00
  6. IL_000C: call System.Nullable<System.Int32>.get_HasValue
  7. IL_0011: brtrue.s IL_0016
  8. IL_0013: ldnull
  9. IL_0014: br.s IL_0022
  10. IL_0016: ldloca.s 00
  11. IL_0018: call System.Nullable<System.Int32>.GetValueOrDefault
  12. IL_001D: call UserQuery+Sample<System.Int32>.op_Implicit
  13. IL_0022: call LINQPad.Extensions.Dump<Sample`1>
  14. IL_0027: pop
  15. IL_0028: ret
  16.  
  17. Sample`1.op_Implicit:
  18. IL_0000: ldarg.0
  19. IL_0001: newobj UserQuery+Sample<>..ctor
  20. IL_0006: ret
  21.  
  22. Sample`1..ctor:
  23. IL_0000: ldarg.0
  24. IL_0001: call System.Object..ctor
  25. IL_0006: ldarg.0
  26. IL_0007: ldarg.1
  27. IL_0008: stfld UserQuery+Sample<>.Value
  28. IL_000D: ret
Add Comment
Please, Sign In to add comment