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