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
1879Can we have a non static member function in a base class to be override in derived with static modifier?
7 11878If 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 8207
In how many ways you can overload a method?
What is entity framework c#?
Explain Direct CAST vs CType ?
What are satellite assemblies? How will you get the different language strings?
Can abstract class instantiated c#?
What framework is used for performance testing/load testing?
What is the use of list in c#?
What is ac callback?
what is the scope of anonymous type ?
Can I define my own exceptions?
What is the purpose of escape sequence?
What are the Types of assemblies that can be created in dotnet
what is the difference between the debug class and trace class?
What is a dynamic assembly?
What is the difference between as and is operators in c#?