5
Reply

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

Sameer Jha

Sameer Jha

Sep 21 2012 8:34 AM
3.7k
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)