Answer Posted / guest
multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we overload the main method in c#?
Explain a MSIL ? Why is it appreciated by all developers?
How long can a string be c#?
What is the difference between dispose() and finalize() methods in c#?
What is int32 in c#?
What is the difference between static and constant variables?
What is default boolean value in c#?
What is difference between string and stringbuffer in c#?
What is default constructor in c#?
What is use of console?
Why can't we use a static class instead of singleton?
Is predicate a functional interface?
What is regex replace in c#?
What is array formula?
Is c# dictionary a hash table?