TListBase<T>.InsertRange(Integer,IEnumerable<T>) Method
Represents method InsertRange(Integer,IEnumerable<T>)
.
public procedure InsertRange(index: Integer; const collection: IEnumerable<T>); overload; virtual;
Parameters
- index
- Type: Integer
- collection
- Type: IEnumerable<T>