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
1824Can we have a non static member function in a base class to be override in derived with static modifier?
7 11654If 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 8047
how encapsulation is implemented in c#
Why do we use inheritance in c#?
Which programming language is best for desktop applications?
Can datetime be null c#?
What is generic delegate in c#?
What do you mean by for each loop?
Explain the role of the datareader class in ado.net connections?
How does return work in c#?
What is console writeline in c#?
What is a struct in C#?
What is the use of inheritance in c#?
What is Fragmentation and its Types?
What is form feed in c#?
What is a concrete class in c#?
What is array and types of array in c#?