What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?
Answer Posted / aejaz ahmad
Multicast delegate is a delegate which allow to execute
more than one method in single event the real use of
multicast delegte is to handle the events ,raised at
runtime.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the two uses of a ‘using’ statement in c#?
What is meant by console programming?
What is dapper in c#?
My switch statement works differently! Why?
What is datareader c#?
How big is an int16?
Can I define a type that is an alias of another type (like typedef in c++)?
Why do we need properties in c#?
What is dynamic dispatch?
what is a structure in c#
How does split work in c#?
what is the difference between interface and multiple interface?
What is class sortedlist underneath?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is stringwriter c#?