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