TCollectionBase<T>.RemoveAll(TPredicate<T>) Method

Represents method RemoveAll(TPredicate<T>).

Namespace: Spring.Collections.Base
public
 procedure RemoveAll(const predicate: TPredicate<T>); virtual;

Parameters

predicate
Type: TPredicate<T>

Implements

ICollection<T>.RemoveAll(TPredicate<T>)