TCollectionBase<T>.MoveTo(ICollection<T>,TPredicate<T>) Method

Represents method MoveTo(ICollection<T>,TPredicate<T>).

Namespace: Spring.Collections.Base
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