Where are all .NET Collection classes located ?
Answer Posted / praveen
System.Collections
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is parse method in c#?
Why do we still see so much non-oo code written in c# today?
Can you declare a class or a struct as constant?
What do you mean by abstract class in c#?
What are generics in c#.net?
What are All kind of access specifiers for a class and for methods
Why do we need singleton class in c#?
Is c# an array?
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
Is it possible to force garbage collector to run?
What is the difference between ienumerable and iqueryable?
What is difference between field and property in c#?
What is the difference between hashtable and dictionary in c#?
What are extensions in c#?
What is a dll in c#?