On Tue, Oct 26, 2010 at 9:25 PM, Greg Young <[email protected]> wrote: > The The MethodDefinition::HasOverrides for Base::Test says it has no > overrides?
Overrides is used exclusively for cases where the base method can't be implicitely discovered. (C#'s explicit interface implementation for instance). You can use the GetBaseMethod extension method to navigate implicitly overriden methods. -- -- mono-cecil
