Sameer Jha

Sameer Jha

  • NA
  • 3
  • 3.7k

Multicast Delegates must have a return type of void. Why ?

Sep 21 2012 8:34 AM
Multicast Delegates must have a return type of void Otherwise it will throw an exception.

I want to know whats the reason behind it, what if multiple methods could have a same return type as of a delegate ?

Answers (5)