TCollectionBase<T>.RemoveRange(IEnumerable<T>) Method

Represents method RemoveRange(IEnumerable<T>).

Namespace: Spring.Collections.Base
public
 procedure RemoveRange(const collection: IEnumerable<T>); overload; virtual;

Parameters

collection
Type: IEnumerable<T>

Implements

ICollection<T>.RemoveRange(IEnumerable<T>)