Take advantage of C# 2.0 platform advances by creating and using anonymous methods
C# developers are familiar with using delegates and named methods to implement a wide range of functionality, most notably events. With C# 2.0, Microsoft has introduced a new way to declare a delegate and the associated method called "anonymous methods." Zach Smith explains what anonymous methods are, and how to use them
No comments:
Post a Comment