Could someone provide a good description of what a Lambda is? We have a tag for them and they\'re on the secrets of C# question, but I have yet to find a good definition an
Also called closures or anonymous functions..
I found the best description here. Basically, inline block of code that can be passed as an argument to a function.