Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Last active June 21, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/4401845c16b4f59d8be814ce027a4f8c to your computer and use it in GitHub Desktop.
Save gdyrrahitis/4401845c16b4f59d8be814ce027a4f8c to your computer and use it in GitHub Desktop.
.method public hidebysig
instance void BoxingUnboxing () cil managed
{
// Method begins at RVA 0x2050
// Code size 14 (0xe)
.maxstack 8
IL_0000: ldc.i4.s 10
IL_0002: box [System.Runtime]System.Int32
IL_0007: unbox.any [System.Runtime]System.Int32
IL_000c: pop
IL_000d: ret
} // end of method Class1::BoxingUnboxing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment