can someone explain me what lambda expression is
here is the link:
Lambda Expressions (C# Programming Guide)
3 replies to this topic
#1
Posted 20 September 2011 - 06:50 AM
|
|
|
#2
Posted 20 September 2011 - 08:07 AM
It's basically an unnamed function you can declare and use on the fly.
#3
Posted 20 September 2011 - 08:20 AM
WingedPanther said:
It's basically an unnamed function you can declare and use on the fly.
#4
Posted 20 September 2011 - 11:44 AM
I mean at compile time, it doesn't exist. It's created and used at run-time.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









