Thursday, November 12, 2015

What are the three types of Generic delegates in C#?

Below are the three types of generic delegates in C# -
  • Func
  • Action
  • Predicate

No comments:

Post a Comment

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