Tagged Questions

3
votes
3answers
449 views

Is there a good wrapper around ILGenerator ?

I'm using System.Reflection.Emit for a while now, and find it (who don't?) as painful as bug prone. Do you know if there is a good wrapper around the IL Generator, something that I can rely on to …