Defines a generic list class that can assign its elements.
Note |
---|
If this class descended from TObjectList<T>, we would have worries about OwnsObjects=True when copying the list and later emptying, so this list deliberately descends from non-memory managed TList<T>. |
Namespace: RSGenerics.Collections
TList |
Delphi |
type |
Type Parameters
T
|