What is a delegate? a delegate is a reference type variable that holds the reference of a method. C# delegates are similar to the C / C++ equivalent of pointers to the method - a delegate holds the address of a method that can be called using the del...
thoughtcopy.com3 min read
No responses yet.