Delegates in C#
Delegates is a type which holds the method(s) reference in an object. It is also referred to as a type safe function pointer. Delegates are roughly like from pointers in C++; however delegates are type safe and secure.
A delegate instance can encapsu...
delegatesnarencsharp.hashnode.dev2 min read