Q27
What is the purpose of the EventInfo.GetAddMethod method in C#?
A.
Checks if an event handler exists for a given event
B.
Invokes the event handler method
C.
Retrieves the method used to add event handlers
AnswerD.
Retrieves the method used to remove event handlers
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board