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

Represents method AddRange(IEnumerable<T>).

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

Parameters

collection
Type: IEnumerable<T>

Implements

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