Best definition of lamba expression ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Best definition of lamba expression ?

As far i know they are more like anonymous function that can be called for various operations but don't have clear concept

8th Jun 2019, 7:55 PM
Abdullah Moeen
Abdullah Moeen - avatar
1 Resposta
+ 6
C# 3.0(.NET 3.5) introduced the lambda expression along with LINQ. The lambda expression is a shorter way of representingĀ anonymous methodĀ using some special syntax. Get complete details with example from here :- https://www.tutorialsteacher.com/linq/linq-lambda-expression
11th Jun 2019, 8:18 PM
AĶ¢J
AĶ¢J - avatar