Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSEnumerable<T> > Methods
TRSEnumerable<T>.ToArray Method
Returns the content of the enumerable as an array.
Namespace: RSGenerics.Collections
Delphi
public function ToArray: TArray<T>; virtual;
Return Value
Type: TArray<T>
•TRSEnumerable<T>
•RSGenerics.Collections