C# (Sharp) Programming Language Question:

What is a multicast delegate in C#?

Answer:

It is a delegate that points to and eventually fires off several methods.

Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What is an interface class in C#?What does assert() do in C#?