I am trying to dynamically emit some general method that Ive prototyped in C #. Based on the IL code provided in ILDASM, is there a way to generate an adequate sequence of ILGenerator.Emit () commands that will finally be compiled into the same IL?
Thank you for your help!
source share