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
D. Retrieves the method used to remove event handlers
Answer: Option C

Join The Discussion