Q19
Which delegate type is used to represent methods that take no parameters and return a value in C#?
A.
EventHandler
B.
Predicate
C.
Action
D.
Func
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board