Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

C# 3.0 Lambda Expressions and Expression Trees

From the first days of C# 1.0 we could do stuff like this public static int Add( int x, int y) { return x + y; } and also C# gives you the ability to write the function signature in the form of delegate, that allows function pointers so you can do something
Posted by mohammed hossam | 0 Comments
Filed under: ,
 
Page view tracker