C# Collections

Arrays . These are not technically a collection, because arrays have a fixed number of strongly-typed objects.

Simple Collections ( System.Collections )

Generic Collections ( System.Collection.Generic )

Concurrent Collections ( System.Collection.Concurrent )

Read Only Collections ( System.Collections.ObjectModel )

References