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
Why do we need static in c#?
In dynamic link library, which api is used for load library?
What are the different states of a thread?
Is null == null c#?
What are the 4 pillars of any object oriented programming language?
Why References are stored on heap and variables on stack?
How jit (just in time) works?
What is difference between a function and a method?
What is a console?
What is a float?
What is difference between mutable and immutable in c#?
What can be done with c#?
Explain nullable types in c#?
What is the use of protected in c#?
what is the difference between interface and multiple interface?