Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSAssignList<T>
TRSAssignList<T> Methods
Name
Description
Assign(TRSAssignList<T>)
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.
Top