Choose the correct one

Options
- Variables introduced within a lambda expression are not visible in the outer method.
- Variables introduced within a lambda expression are visible in the outer method.
- The lambda should not contain the same number of parameters as the delegate type.
- None of the above


CORRECT ANSWER : Variables introduced within a lambda expression are not visible in the outer method.

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