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