| IndexedArrayT | A self growing array of items. This class is thread safe. |
| ListCollectionT | A faster and functionally equivalent implementation of CollectionT |
| PagedListT | Defines a paged list for an enumeration. |
| IPagedList | Defines an interface for PagedListT instances that is usable regardless of any specified type. |