> I've done this with Reflection.Emit and it hasn't given me any
> problems. Are you telling me there's no way around this?

How did you do emit the method with Reflection.Emit?

IIRC you can either emit the IL manually (in which case you emitted
the call to the object ctor instead of the base ctor) or create a
default ctor automatically (TypeBuilder.DefineDefaultCtor, in which
case it's a SRE bug).

Rolf
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to