0 votes
in C Sharp by
What are the collection types can be used in C#?

1 Answer

0 votes
by
Below are the collection types in C# -

ArrayList

Stack

Queue

SortedList

HashTable

Bit Array
...