what is a delegate? what it is used for?
Answer Posted / bijeshs
Delegates are reference types which allow indirect calls to
methods .some single delegates can reference multiple
methods
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is difference between .net and c#?
What is the use of 'using' statement in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Describe an interface class?
What is callback delegate in c#?
Do events have return type c#?
What are access modifiers used for?
What is meant by console programming?
Can you create partial delegates and enumerations?
How do I join one form to another in c#?
Explain About Iunknown interface Queue
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What's the difference between class and object?
Can a class have multiple constructors c#?
What is the use of dll file in c#?