Hi,
the complete explanation to your question is this :
http://209.34.241.67/brada/archive/2004/2/5.aspx. You see there that we can
never inherit from system.delegate directly. Since Brad said that we should
pretend that only multicastdelegate exists so this means that always an
instance of multicastdelegate is created for us, & because its internally
inheriting from system.delegate so while wrting it would be valid to say that
its an instance of system.delegate, but its actually system.multicastdelegate.
Regards,
Abubakar.
http://joehacker.blogspot.com
> The documentation for the Delegate and the MultiCastDelegate classes tell me
> that when we have a line like:
[quoted text clipped - 14 lines]
>
> Nima Dilmaghani
Nima - 30 Sep 2005 20:00 GMT
Thanks Abubakar. It is now clear.
> Hi,
> the complete explanation to your question is this :
[quoted text clipped - 28 lines]
> >
> > Nima Dilmaghani