Community

Delegates and Events

(Rahul Saxena) Delegates are the function to pointer. A delegate keeps the reference of function. Like as pointer in C/C++, same in C# we have delegates. Delegates in C# are reference types. They are type safe, managed function pointers in C# that can be used to invoke a method that the delegate ref

Read More - Register for Free Membership