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 11660If 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 8050
What exactly is serverless?
What is the use of tryparse in c#?
What does the keyword “virtual†declare for a method or property?
What is difference between ienumerable and list in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
What issues can be faced while delivering code?
Can we inherit static class in c#?
What is immutable in C#?
What is boolean method?
Explain the three test cases in unit testing?
What is dependency injection in simple words?
What is the meaning of 0 in c#?
What is the difference between int.parse and int.tryparse methods?
What is an object pool in .net?
What is the use of command builder?