By BlackWasp
via blackwasp.co.uk
Submitted: Jun 29 2008 / 14:15
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.
Add your comment