Description of Using Delegates in C# :
This article is helpful for the C Sharp programmers and for the beginners which instructs them slowly and simply about how to use delegate class in C sharp. For easy reference the author has provided example source file in this article. The author says this delegate helps the programmers to point to methods with a specific signature for a type safe function pointer.