TAbstractArrayList<T>.MoveTo Method
Overloads
Delphi
function MoveTo(const collection: ICollection<T>): Integer
Parameters
- collection
- ICollection<T>
Returns
Integer
Delphi
function MoveTo(const collection: ICollection<T>; const predicate: Predicate<T>): Integer
Parameters
- collection
- ICollection<T>
- predicate
- Predicate<T>
Returns
Integer