C# (Sharp) Programming Language Question:

What is a multicast C# delegate?

Answer:

A delegate that has multiple handlers assigned to it. Each assigned handler (method) is called.

Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What is a C# delegate?How do you generate documentation from the C# file commented properly with a command-line compiler?