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

Represents method AddRange(IEnumerable<T>).

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

Parameters

collection
Type: IEnumerable<T>