Delegates
Thursday, February 21, 2008 5:48:26 PM
A delegate is a class that encapsulates one or more methods. Internally, one delegate stores a list of method pointers, each of which can be paired with a reference to an instance of the class containing an instance method.






