Answer Posted / p.ramakrishna
A sorted HashTable.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is c# in asp net?
Is a dll an assembly?
What is writeline?
What is sealed class in c#?
What do multicast delegates mean?
What is predicate c#?
Whats an assembly? Describe the importance of assembly?
What are assemblies?
What is getenumerator?
What is the use of 'as' Keyword in C# ?
Can we override interface method?
What is delegate in c#?
Explain use of abstract and sealed classes in c#?
What does string format do?
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