What?s a multicast delegate?

Answers were Sorted based on User's Feedback



What?s a multicast delegate?..

Answer / t.prabu

Multicast delegate is a delegate which stores the address of
multiple mothods and also used for event handling

Is This Answer Correct ?    2 Yes 0 No

What?s a multicast delegate?..

Answer / guest

It?s a delegate that points to and eventually fires off
several methods.

Is This Answer Correct ?    1 Yes 0 No

What?s a multicast delegate?..

Answer / 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

More C Sharp Interview Questions

What is the resgen.exe tool used for?

0 Answers  


Advantages of c# over vb.net?

3 Answers   HCL, Syntel,


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,


Can you inherit multiple interfaces?

7 Answers   Host4Big, Mind Tree, Moftak Solutions, Siebel Systems,


How many types of namespaces available in version4?

0 Answers   HCL,






Can you declare a class or a struct as constant?

0 Answers  


What does void mean unity?

0 Answers  


How do I convert a string to an int in c#?

0 Answers  


What is the difference between ienumerable and icollection?

0 Answers  


What’s the difference between System.String and System.Text.StringBuilder classes with example

2 Answers  


What is difference between static and readonly in c#?

0 Answers  


What is difference between throw and throws in c#?

0 Answers  


Categories