Friday, September 25, 2015

Lambda Expressions



Introduction A lambda expression is an unnamed method that with minimal syntax you can use to create either A delegate instance. As we know a delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. It is very broadly used in C#.

from My Pocket http://www.codeproject.com/Articles/1032182/Lambda-Expressions

No comments:

Post a Comment