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
1931Can we have a non static member function in a base class to be override in derived with static modifier?
7 12099If 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 8351
What is an icollection in c#?
Which framework is best for desktop application?
How does dictionary work in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What is xml comments in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the use of dll file in c#?
What is strongly typed view?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
If the original method is not static you can declare an override method to be static or not?
What are the new features in c# 2.0?
Explain constructor in c#?
Explain the difference between a sub and a function in c#.
What is the purpose of reserved word using in c#?
What are jump statements in c#?