Jan 16, 2009

What is delegate?

What is delegate?
A delegate is a type that references a method. Once a delegate is assigned a method, it behaves exactly like that method. The delegate method can be used like any other method, with parameters and a return value,
http://msdn.microsoft.com/en-us/library/ms173171(VS.80).aspx

No comments:

Post a Comment