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 is the difference between icomparer and icomparable in c#?

0 Answers  


What is binding in c#?

0 Answers  


Why do we use ienumerable in c#?

0 Answers  


What is the difference between out and ref in c#?

0 Answers  


What is the difference between function and method in c#?

0 Answers  






What is the default value of boolean variable?

0 Answers  


Why we use dll in c#?

0 Answers  


In which situation(s), the use of "Delegate" is a good idea?

0 Answers   MCN Solutions,


I have to create a windows application using C# .net to Modifiy the XML file. The application have to show the node and node value. plz help me.

3 Answers   Merrill Lynch,


Define the term immutable ?

0 Answers   Siebel,


What are the fundamental differences between value types and reference types?

0 Answers  


What is expression tree in c#?

0 Answers  


Categories