Am Sonntag, 23. März 2014 20:52:01 UTC+1 schrieb Yves Goergen:
>
> I just discovered a problem with it. A class inheriting from 
> MulticastDelegate has NewSlot set on its Invoke method.
>

The Invoke method of a delegate type is virtual but this has nothing to do 
with inheritance. It's not in the base class. Instead it's internalcall, or 
runtime, or whatever. The CLR provides the implementation and the method 
has no body. The CLR simply expects that a delegate type's Invoke method is 
there and I better shouldn't change its name if I expect it to work 
properly...

You have mail on Github I suppose.

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to