IEnumerable<T>.ToArray Method

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

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

Return Value

Type: TArray<T>