26.2. Collections Overview

All the collection classes in the .NET Framework implement some combination of the collection interfaces. These interfaces declare the operations to be performed on various types of collections. Figure 26.1 lists some of the interfaces of the .NET Framework collections. All the interfaces in Fig. 26.1 are declared in namespace System. Collections and have generic analogues in namespace System. Collections.Generic. Implementations of these interfaces are provided within the framework. You may also create your own custom implementations.

Figure 26.1. Some common collection interfaces.
InterfaceDescription
ICollectionThe root interface in the collections hierarchy from which interfaces IList and IDictionary inherit. Contains ...

Get Visual Basic 2005 for Programmers: Deitel Developer Series, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.