TEnumerableBase<T>.ToArray Method
Creates a new array which is filled with the elements in the collection.
public
function ToArray: TArray<T>; virtual;
Return Value
Type: TArray<T>
Creates a new array which is filled with the elements in the collection.
public
function ToArray: TArray<T>; virtual;