0
kicks
C# 3.0 Lambda Expressions
Lambda expressions, a new feature in C# 3.0, have a more concise syntax to write anonymous functions. Lambda expressions express the implementation of a method and the instantiation of a delegate from the method with a single syntactical construct.