Answer Posted / maqsud
The delegate keyword is used to declare a reference type
that can be used to encapsulate a named or an anonymous
method. Delegates are similar to function pointers in C++;
however, delegates are type-safe and secure.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is bit in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is an array class?
What is parameters in c#?
What is overloading in c#?
What is string in c# net?
How more than one version of an assembly can keep in same place?
How to Show Message box in Metro Style App?
Explanation on Generic?
How do I open the console?
What is web forms in c#?
Why should I use interface in c#?
Is string nullable in c#?
Is c# a keyword?
What is the difference between first and firstordefault?