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

How do I open the console?

0 Answers  


What is difference between field and property in c#?

0 Answers  


Explain code compilation in c#.

0 Answers  


How to rotate an Image in C#?

0 Answers   Petranics Solutions,


Can you prevent a class from being instantiated?

0 Answers  






How do you inherit a class into other class in c#?

0 Answers  


What does question mark mean in c#?

0 Answers  


How can you sort the elements of the array in descending order?

2 Answers  


What is the difference between null and string empty in c#?

0 Answers  


What is class in oops with example in c#?

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


What's the difference between System.String and System..StringBuilder in C#?

0 Answers   PUCIT,


Categories