Which type of delegate should you use?

You are developing an application.
You need to declare a delegate for a method that accepts a string as a parameter, and then returns a string.
Which type of delegate should you use?
A. Func<string, string>
B. Action< string, string>
C. Func< string>
D. Action< string>

microsoft-exams

One thought on “Which type of delegate should you use?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.