Answer Posted / vishalsharma
yes it is case sensitive.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between dictionary and hashtable in c#?
What is the use of nullable types in c#?
What is dataview c#?
What to implement on my class Finalize or IDisposable
What is get set in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What are the types of serialization?
What is xor operation?
What is cache memory in c#?
What is dll hell, and how does .net solve it?
Explain the differences between static, void and public in c#?
What is the use of console readkey in c#?
What are the string functions in c#?
Can interface inherit class in c#?
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