tag

home / developersection / tag

C# - Delegates
c# 09-Nov-2018
C# - Delegates

A delegate in C# is similar to a function pointer in C or C++. Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object.