TAbstractArrayList<T>.MoveTo Method

Overloads

MoveTo(ICollection<T>)

Delphi
function MoveTo(const collection: ICollection<T>): Integer

Parameters

collection
ICollection<T>

Returns

Integer

MoveTo(ICollection<T>, Predicate<T>)

Delphi
function MoveTo(const collection: ICollection<T>; const predicate: Predicate<T>): Integer

Parameters

collection
ICollection<T>
predicate
Predicate<T>

Returns

Integer