0

Possible Duplicate:
Simple Delegate (delegate) vs. Multicast delegates

I was wondering what the difference is between the Delegate class and the MulticastDelegate class? Delegates in C# are always Multicast right? Because a delegate can contain multiple pointers to methods.

And I was also wondering how the delegate keyword is related to the Delegate class.

Can someone explain this in more detail?

Community
  • 1
  • 1
Martijn
  • 24,441
  • 60
  • 174
  • 261
  • The difference is actually dependent on the number of methods referenced and for your second part [Read this](http://stackoverflow.com/questions/779021/delegate-vs-delegate-keyword-net) – V4Vendetta Jul 21 '11 at 06:51
  • You can have a look at [difference-between-events-and-delegates-and-its-respective-applications](http://stackoverflow.com/questions/563549/difference-between-events-and-delegates-and-its-respective-applications) – Justin Jul 21 '11 at 06:59
  • 1
    It is closed,but answer is not clear. – niknowj Aug 10 '11 at 06:05

0 Answers0