Hi friends,
I want to know that how can we use the multicast delegate in our c# programming with example?
Thanks
Loading
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.
Pravin GhadgePosted Dec 18, 2011, 8:04 AM
VulpesPosted Dec 18, 2011, 7:58 AM
Pravin GhadgePosted Dec 18, 2011, 7:49 AM
can u plz explain me the foll statement:
del += SayGoodbye;
VulpesPosted Dec 18, 2011, 6:02 AM
Notice how, when you invoke the delegate 'del', it calls both the SayHello and SayGoodbye methods: