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