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 struct and class in c#?

0 Answers  


Give an example of a ctype.

0 Answers  


Is an array an object c#?

0 Answers  


what is output parameter and parameter array?

1 Answers   TCS,


What are the differences between system.string and system.text.stringbuilder classes?

0 Answers  






How is a loop recorder monitored?

0 Answers  


What?s different about switch statements in C#?

2 Answers  


what are the events in delegate?

2 Answers   Choice Solutions,


Difference between call by value and call by reference in C#?

0 Answers   Hexaware,


What is icomparable in c#?

0 Answers  


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

0 Answers  


What is difference between C# and VB.NET?

0 Answers   CDC,


Categories