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.
Previous Question | Next Question |
What is an interface class in C#? | What does assert() do in C#? |