Grant Richins discusses Anonymous Methods

Posted on March 8th
Grant starts on what appears to be a series of posts about a new C# language feature, with "Anonymous Methods, Part 1 of ?"
So what are anonymous methods? It is a way of writing an unnamed nested method that, just like most languages that have nested methods, allows access to all of the outer method's locals and parameters, including the 'this' parameter.


Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to comment!