Search Results For "methods"
Log
... anonymous methods much more readable. With that in mind, we can make our Times method much nicer.Example 1: Ruby style iterator with lambda expression
2.Times( number => { Console.WriteLine("> " + number); } );
Compared to the former syntax, it increases readability considerabl ....
