Where are all .NET Collection classes located ?
Answers were Sorted based on User's Feedback
Answer / mahavir
hi,
in the .net all collection classes are located in
System.Collection namespace
Is This Answer Correct ? | 25 Yes | 2 No |
Answer / kavitha
using System.Collections;
System.Collection is a namespace.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
What are the different types of classes?
What will a loop recorder show?
In howmany ways can you deploy an assembly?
What is the difference between a method and a property?
What is the difference between IEnumerator and IEnumerable?
Which is faster list or dictionary in c#?
Why do we need reflection in c#?
What is data annotation in c#?
In .NET which is the smallest unit of execution?
What is c# used for?
What is the difference between properties and indexer in c#?
Why do we parse in c#?