Which type of delegate should you use?

Posted by: Pdfprep Category: 70-483 Tags: , ,

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

Your email address will not be published.