Choose the correct one

Options
- The return value of the lambda (if any) must be explicitly convertible to the delegate's return type
- Each input parameter in the lambda must be implicitly convertible to its corresponding delegate parameter.
- Lamda expression does not work with LINQ
- None of the above


CORRECT ANSWER : Each input parameter in the lambda must be implicitly convertible to its corresponding delegate parameter.

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