Article
Delegates - C# Programming Guide | Microsoft Docs
A delegate in C# is a type that refers to methods with a parameter list and return type. Delegates are used to pass methods as arguments to other methods.
Skills that you will get in this material
Author:
Various