Created
April 19, 2020 10:12
-
-
Save BanksySan/fb51fd51ff7c70dddaac44c16fbc5434 to your computer and use it in GitHub Desktop.
Explicit v Implicit IL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IL_0000: ldarg.0 | |
IL_0001: ldfld class BanksySan.Blog.Performance.Child BanksySan.Blog.Performance.Casting::_child | |
IL_0006: castclass BanksySan.Blog.Performance.Parent | |
IL_000b: ret |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IL_0000: ldarg.0 | |
IL_0001: ldfld class BanksySan.Blog.Performance.Parent BanksySan.Blog.Performance.Casting::_parent | |
IL_0006: ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment