On Tue, Oct 26, 2010 at 9:42 PM, Greg Young <[email protected]> wrote: > but I guess I could just look if A::Foo is virtual. Not sure if that is good > enough, will have to check ECMA docs.
You indeed have to check whether they're virtual. You also have to differentiate NewSlot/ReuseSlot methods for shadowing or overriding. -- -- mono-cecil
