Google News
logo
C# - Interview Questions
What is a multicasting delegate in C#?
Multicasting of delegate is an extension of the normal delegate(sometimes termed as Single Cast Delegate). It helps the user to point more than one method in a single call.
Advertisement