what is a delegate? what it is used for?
Answer Posted / subhransu
A delegate is a type-safe object that can point to another method (or possibly multiple methods) .
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why delegates are type safe in c#?
What is the default value of guid in c#?
What is the difference between xml documentation tag?
What is the property of a class in c#?
Why do we use Design Pattern in C#?
What's the difference between an integer and int?
What is the purpose of a constructor in c#?
What is the difference between dynamic and var in c#?
What are satellite assemblies?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Why do we use inheritance in c#?
how background thread access to ui control?
What is inheritance in csharp?
How to force my .net app to run as administrator on windows 7?
What is the do while loop code?