TCollectionBase<T>.MoveTo(ICollection<T>,TPredicate<T>) Method
Represents method MoveTo(ICollection<T>,TPredicate<T>)
.
public function MoveTo(const collection: ICollection<T>; const predicate: TPredicate<T>): Integer; overload; virtual;
Parameters
- collection
- Type: ICollection<T>
- predicate
- Type: TPredicate<T>
Return Value
Type: Integer