TArrayIterator<T>.ToArray Method

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

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

Return Value

Type: TArray<T>

 

Overrides

TEnumerableBase<T>.ToArray