What is the lambda expression in C#?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Seabed Authority, Lives in Kingston, Jamaica.
A lambda expression is an anonymous function that you can use to create delegates or expression tree types. By using lambda expressions, you can write local functions that can be passed as arguments or returned as the value of function calls. ... A lambda expression is the most convenient way to create that delegate.Mar 3, 2017
2023-06-19 02:02:26
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Davis
QuesHub.com delivers expert answers and knowledge to you.
A lambda expression is an anonymous function that you can use to create delegates or expression tree types. By using lambda expressions, you can write local functions that can be passed as arguments or returned as the value of function calls. ... A lambda expression is the most convenient way to create that delegate.Mar 3, 2017