+ 1
What is delegates and lambdas?
What is delegates and lambdas and when is it good to use them?
2 Respuestas
0
a delegate is just like a function pointer
it's a reference to a function
0
yes delegate also use in lambda expression but it is generic delegate like func,action,predicate