TArray.CopyInSameArray Method
Definition
Delphi
class function CopyInSameArray(const Input: TArray<Integer>; StartIndex: Integer; Len: Integer): TArray<Integer>
Parameters
- Input
- TArray<Integer>
- StartIndex
- Integer
- Len
- Integer
Returns
TArray<Integer>