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.
Previous Question | Next Question |
What is a C# delegate? | How do you generate documentation from the C# file commented properly with a command-line compiler? |