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?
One is parameter, other is a return value.
https://docs.microsoft.com/en-us/dotnet/api/system.func-2?view=netcore-3.1
public delegate TResult Func<in T,out TResult>(T arg);
This section is not available anymore. Please use the main Exam Page.70-483 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
supersunny
Highly Voted 5 years, 11 months agoEgor
Most Recent 5 years, 1 month agoCNTPD1
5 years agonoussa
4 years, 5 months agomemou
5 years, 1 month ago