Hey, On Sep 16, 2011, at 4:58 PM, Janusz Lembicz wrote: > Ok, let me put it differently. How to specify using Cecil API that the > Class implements method IClass::A() with the inherited B:A() method > (sorry for the mistake in the first post), when the methods have > different names (and of course the same signature)? Should be possible > according to the specification.
You would have done what I advised, you'd know already. You have to generate a custom method in Class which calls Base.A() and which has a .override to IClass.A. Jb -- -- mono-cecil
