Vidyalelo
C# Programming · Q2

Delegates and Events in C Sharp

Programming · C# Programming · question 2

Q2

What is the purpose of the GetInvocationList() method associated with delegates in C#?

A.
Removes a delegate from the current delegate
B.
Adds a new delegate to the current delegate
C.
Invokes all the delegates bound to the current delegate
D.
Retrieves an array of delegates bound to the current delegate
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board