C# Anonymous Methods
C# allows the declaration of delegates. These hold method references that may be changed at run-time and are essential for creating events. It is often the case that the delegate is never changed. In these cases, anonymous methods can simplify code.
Tutorials > C# > Language Features
More from BlackWasp
Mail to a Friend | Permalink
