5
Answers

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

Sameer Jha

Sameer Jha

12y
3.7k
1
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)