h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Types of delegates in c#

Types of delegates

  • Single cast delegate 
  • Double cast delegate 

Single cast delegate 
  One delegate object can call only one method, is known as single cast delegate.
Double cast delegate 
        In c# One delegate object can call more than one method in sequence ,is known as multicast delegate.