Provides list implementations for the MyLibrary collection interfaces.
This unit contains the default array-backed implementations returned by TCollections factory methods.
| TArrayList<T> |
Provides a resizable array-backed implementation of IList<T>. |
| TObjectArrayList<T> |
Provides a resizable array-backed list for object references. |