what is delegate in c#? delegate is a function to a pointer as in c++.
0 05ce027 Right off the assembly line Aug 4, 2008 #1 what is delegate in c#? delegate is a function to a pointer as in c++. Last edited: Aug 4, 2008
P pooja dudhatra Right off the assembly line Aug 4, 2008 #2 delegate is used for passing function as argument.