Where are all .NET Collection classes located ?
Answer Posted / minhajul islam
Classes are
ArrayList
BitArray
CaseInsensitiveComparer
CaseInsensitiveHashCodeProvider
CollectionBase
Comparer
DictionaryBase
Hashtable
Queue
ReadOnlyCollectionBase
SortedList
Stack
StructuralComparisons
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are actions in c#?
What is platform independence"?
What is msil, and why should developers need an appreciation of it if at all?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Define delegation in .net?
What is a string in c#?
What are value types in c#?
Is c# and .net same?
Can we inherit two classes in c#?
what is IComparable
What is difference between private, protected, and public in C#?
Which is faster array or arraylist in c#?
What is boxing & unboxing?
Why we use oops in c#?
Why is static constructor called first?