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