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
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
How to implement an object pool in c#.net.
What is the use of 'using' statement in c#?
How do I run managed code in a process?
What are get and set in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Is c# pass by reference?
Does constructor return any value in c#?
What is parsing?
What is Garbage Collection in .Net?
What is an arraylist in c#?
What is list array in c#?
Which sorting algorithm is best?
What tool we have to use to install assembli in gac folder.
Explain the importance and use of each, version, culture and publickeytoken for an assembly.