Delegates are type safe pointers, unlike function pointers as in C++. A delegate is used to represent the reference to the methods of some return type and parameters. Delegates are required because they can be used to write much more generic type safe functions.
Delegates are type safe pointers, unlike function pointers as in C++. A delegate is used to represent the reference to the methods of some return type and parameters.
need an explanation for this answer? contact us directly to get an explanation for this answerDelegates are required because they can be used to write much more generic type safe functions.