TArrayManager<T>.Move(TArray,Integer,Integer,Integer) Method

Represents method Move(TArray,Integer,Integer,Integer).

Namespace: Spring.Collections
public
 class procedure Move(var items: TArray<T>;
 const fromIndex, toIndex, count: Integer); overload; static; inline;

Parameters

items
Type: TArray<T>

fromIndex
Type: Integer

toIndex
Type: Integer

count
Type: Integer