Class | Description | |
---|---|---|
ArrayList | The ArrayList class is a simple implementation of IList that uses a backing Array as the source of the data. | |
VectorCollection | The VectorCollection class is a wrapper class that exposes a Vector as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces. | |
VectorList | A simple implementation of IList that uses a backing Vector. |