Delegates in C#
Jun 21, 2025 · 2 min read · 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...
Join discussion

