Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSEnumerable<T> > Methods
TRSEnumerable<T>.ToArrayImpl(Integer) Method
Converts the enumerable container's items into an equivalent TArray of items.
Namespace: RSGenerics.Collections
Delphi
protected function ToArrayImpl(Count: Integer): TArray<T>;
Parameters
Count
Type: Integer
Type: TArray<T>
•TRSEnumerable<T>
•RSGenerics.Collections