Vector<T>.Insert(Integer,TArray) Method

Represents method Insert(Integer,TArray).

Namespace: Spring
public
 procedure Insert(index: Integer; const items: TArray<T>); overload; inline;

Parameters

index
Type: Integer

items
Type: TArray<T>