TListAdapter<T>.InsertRange(Integer,IEnumerable) Method

Represents method InsertRange(Integer,IEnumerable).

Namespace: Spring.Collections.Adapters
private
 procedure InsertRange(index: Integer; const collection: IEnumerable); overload;

Parameters

index
Type: Integer

collection
Type: IEnumerable

Implements

IList.InsertRange(Integer,IEnumerable)