What Are C# Delegates And How To Use Them

Faramira SG
1 min readFeb 5, 2020
What Are C# Delegates And How To Use Them

C# delegates are a type that represents references to methods with a specific function signature. In short, delegates are references to methods.

An instantiated delegate can be associated with any method that has a compatible signature and return type.

Read the post on Faramira

--

--