TArrayManager<T>.Move(TArray,TArray,Integer,Integer,Integer) Method
Represents method Move(TArray,TArray,Integer,Integer,Integer)
.
public
class procedure Move(var fromItems, toItems: TArray<T>;
const fromIndex, toIndex, count: Integer); overload; static; inline;
Parameters
- fromItems
- Type: TArray<T>
- toItems
- Type: TArray<T>
- fromIndex
- Type: Integer
- toIndex
- Type: Integer
- count
- Type: Integer