Choose the correct one

Options
- The lambda must contain the same number of parameters as the delegate type.
- The lambda should not contain the same number of parameters as the delegate type.
- The return value of the lambda (if any) must be explicitly convertible to the delegate's return type
- None of the above


CORRECT ANSWER : The lambda must contain the same number of parameters as the delegate type.

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement