Thursday, November 12, 2015

What are the types of delegates in C#?

Below are the uses of delegates in C# -
  • Single Delegate
  • Multicast Delegate
  • Generic Delegate

No comments:

Post a Comment

Write a program to reverse a string? using System; namespace ConsoleApp1 {     class Program     {         static void Main(string[] args)  ...