Understanding Delegates in C# Krunal Shah2022-12-22T04:46:00-08:00A delegate is a reference type that holds the reference of a class method. Any method which has the same signature as delegate can be assign...Read More