On Mon, Nov 22, 2010 at 10:56 PM, Jeff Nevins <[email protected]> wrote: > Is there an easy way to clone a MethodDefinition besides creating a > new one, adding it to the declaring type, adding all the parameters > and custom attributes, and setting all the properties?
You can probably lift some code from Cecil 0.6. But it will require some rework. Jb -- -- mono-cecil
