TRangeIterator.ToArray Method

Creates a new array which is filled with the elements in the collection.

Namespace: Spring.Collections.Extensions
public
 function ToArray: TArray<Integer>; override;

Return Value

Type: TArray<Integer>

 

Overrides

TEnumerableBase<T>.ToArray