Hello, > I guess the best way would be to somehow mark these methods as such > (this specific one is missing, but a base type method will be used), > however the logistics of making MoMA that smart may not be worth it.
The current behavior is correct, because the code in the CIL stream will actually encode a MethodRef that will point to this method, the runtime would not be able to delegate that MethodRef to the parent. So these point to real problems that must be fixed (I commented a bit on this on mono-devel-list). Miguel. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
