Kizspy | Question: 39
(Choose 1 answer)
How do you pass a delegate as a parameter to a method in .NET?
A. Enclose the delegate in quotation marks and pass it as a string
B. Declare the method parameter with the delegate type and pass the delegate instance
C. Use a lambda expression to pass the delegate
D. Delegates cannot be passed as parameters
PJOVERFLOW.COM