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
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
1669Can we have a non static member function in a base class to be override in derived with static modifier?
7 10705If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?
4 7549
What is the difference between asp net and c#?
Is c# an open source language?
What is the difference between CONST and READONLY?
Explain about Destructor method?
What does return do in for loop?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is array class in c#?
What is the difference between structure and class in c#?
What is base class in c#?
What does static mean in c sharp?
What is a must for multitasking
What is the default value of datetime in c#?
What is arraylist c#?
Explain About Iunknown interface Queue
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?