Advertisement
pszczyg

Untitled

Apr 1st, 2017
2,805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .method public hidebysig
  2. instance void AddExercise (class GymBoost.Core.Entities.Exercise exercise)
  3. cil managed
  4.     {
  5.       (...)
  6.  
  7. ---------------TEN BLOK KODU ODPOWIADA ZA SPRAWDZENIE------------------
  8.         IL_0000:
  9. nop
  10.         IL_0001:
  11. ldarg.0
  12.         IL_0002:
  13. ldfld class
  14. [mscorlib]System.Collections.Generic.List`1
  15. <class GymBoost.Core.Entities.Exercise>
  16. GymBoost.Core.Entities.Training::_exercises
  17.         IL_0007:
  18. ldnull
  19.         IL_0008:
  20. ceq
  21.         IL_000a:
  22. stloc.0
  23.         IL_000b:
  24. ldloc.0
  25.         IL_000c:
  26. brfalse.s IL_0019
  27. ---------------KONIEC BLOK KODU ODPOWIADAJĄCEGO ZA SPRAWDZENIE------------------
  28.  
  29.       (...)
  30.     }
  31. // end of method Training::AddExercise
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement