Interfaces
 InterfaceDescription
 ICollectionView An ICollectionView is a view onto a collection of data.
 IList A collection of items organized in an ordinal fashion.
Classes
 ClassDescription
 ArrayCollection The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces.
 ListCollectionView The ListCollectionView class adds the properties and methods of the ICollectionView interface to an object that conforms to the IList interface.