Posted by: Pdfprep
Post Date: December 19, 2020
You are developing an application.
You need to declare a delegate for a method that accepts an integer as a parameter, and then returns an integer.
Which type of delegate should you use?
A . Action< string, string>
B . Func<string, string>
C . Func< string>
D . Action< string>
Answer: B
Leave a Reply