IEnumerable<T>.ToArray Method
Definition
Creates a new array which is filled with the elements in the collection.
Delphi
function ToArray: TArray<T>
Returns
TArray<T>
An array that contains the elements from the sequence.