Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » C# lambdas lazy   (RSS)
Sorry, but there are no more tags available to filter with.

Being Lazy

Here’s a chunk of useless code to demonstrate a nifty feature of the Select extension method: static char LowerCase( char c) { // put a breakpoint here Console.WriteLine(" Lowering " + c); return Char.ToLower(c); } static IEnumerable LowerCaseEnumerator(
Posted by Steve Hawley | 0 Comments
Filed under: