Is there any tool that make it possible as we write CS Code (.Net Code) show us the equivalent IL Version of it, Needed such a tool as learning purpose.
In one side we write sample code : e.g: (Just as an example) We write :
if (base.ActiveMdiChild != null)
{...
And in the other side it shows :
4 L_0009: brtrue.s 9 -> ret
5 L_000b: ldarg.0