C# (Sharp) Programming Language Question:

What is a multicast C# delegate?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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


Previous QuestionNext Question
What is a C# delegate?How do you generate documentation from the C# file commented properly with a command-line compiler?