Multicast delegate in C#
Loading
Multicast delegate in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Brahma Prakash ShuklaPosted Nov 25, 2022, 1:53 PM
A Multicast Delegate in C# is a delegate that holds the references of more than one handler function. When we invoke the multicast delegate, then all the functions which are referenced by the delegate are going to be invoked.
Vishal YelvePosted Nov 25, 2022, 6:35 AM
https://dotnettutorials.net/lesson/multicast-delegate-csharp/
https://www.geeksforgeeks.org/c-sharp-delegates/
https://www.completecsharptutorial.com/basic/c-multicast-delegates-tutorial-with-programming-example.php
https://www.c-sharpcorner.com/blogs/how-to-create-implement-multicast-delegates-in-c-sharp1
Uttam KumarPosted Nov 25, 2022, 2:07 AM
Please go through this link.
https://www.c-sharpcorner.com/article/understanding-about-delegates-in-c-sharp/
I hope it'll help