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
Is list passed by reference c#?
What is the use of partial methods?
What is the xml document structure?
Will the following code compile?
List down the access modifiers available in c#?
What is double c#?
What is array collection?
Is versioning applicable to private assemblies?
Which attribute is used in order that the method can be used as webservice?
what is the purpose of using statement in c#
What is .net console?
Is an interface a type c#?
Is clr a compiler?
What is c# windows form application?
Which of these statements correctly declares a two-dimensional array in c#?