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
1874Can we have a non static member function in a base class to be override in derived with static modifier?
7 11856If 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 8188
Explain copy constructor?
Is there throws keyword in c#?
Is c++ or c# better?
What are different types of Delegates in C#?
Can abstract class have constructor?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the difference between hashtable and dictionary in c#?
Can you inherit multiple abstract classes in c#?
How big is an int in c#?
What does a constructor do c#?
What is typeof c#?
What is difference between interface and abstraction?
What are some of the commonly used commands in sqlcommand?
What is ioc containers c#?
Describe two uses of the “using” statement during the operation of c#?