TEnumerableBase<T>.ToArray Method

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

Namespace: Spring.Collections.Base
public
 function ToArray: TArray<T>; virtual;

Return Value

Type: TArray<T>

 

Implements

IEnumerable<T>.ToArray