TArray.Copy<T>(T[]) Method

Copies an open array to a dynamic array.

Namespace: Spring
public
 class function Copy<T>(const values: array of T): TArray<T>; static;

Type Parameters

T

Parameters

values
Type: array of T

Return Value

Type: TArray<T>