Copies the input Source list to the current list.
Note |
---|
The items in the source list are not cloned, both lists point to the exact same items. It is up to the caller to manage the memory in the lists. |
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Source
Type: TRSAssignList<T>
Reference |