Where are all .NET Collection classes located ?

Answers were Sorted based on User's Feedback



Where are all .NET Collection classes located ?..

Answer / nitin kumar tomar

In System.Collections

Is This Answer Correct ?    38 Yes 3 No

Where are all .NET Collection classes located ?..

Answer / mahavir

hi,
in the .net all collection classes are located in
System.Collection namespace

Is This Answer Correct ?    25 Yes 2 No

Where are all .NET Collection classes located ?..

Answer / praveen

System.Collections

Is This Answer Correct ?    20 Yes 1 No

Where are all .NET Collection classes located ?..

Answer / sowmya

system.collections.

Is This Answer Correct ?    12 Yes 2 No

Where are all .NET Collection classes located ?..

Answer / chvramana

System.Collections

Is This Answer Correct ?    5 Yes 1 No

Where are all .NET Collection classes located ?..

Answer / rajesh arthimalla

All are Correct
System.Collections

Is This Answer Correct ?    3 Yes 0 No

Where are all .NET Collection classes located ?..

Answer / kavitha

using System.Collections;
System.Collection is a namespace.

Is This Answer Correct ?    4 Yes 2 No

Where are all .NET Collection classes located ?..

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

Post New Answer

More C Sharp Interview Questions

What are the different types of classes?

0 Answers  


What will a loop recorder show?

0 Answers  


In howmany ways can you deploy an assembly?

0 Answers   Siebel,


What is the difference between a method and a property?

0 Answers  


What is the difference between IEnumerator and IEnumerable?

0 Answers   QuestPond,


Which is faster list or dictionary in c#?

0 Answers  


Why do we need reflection in c#?

0 Answers  


What is data annotation in c#?

0 Answers  


In .NET which is the smallest unit of execution?

0 Answers   Siebel,


What is c# used for?

0 Answers  


What is the difference between properties and indexer in c#?

0 Answers  


Why do we parse in c#?

0 Answers  


Categories