System.Generics.Collections.TDictionary.ToArray
Delphi
function ToArray: TArray<TPair<TKey,TValue>>; override; final;
C++
virtual System::DynamicArray<TPair__2<TKey,TValue> > __fastcall ToArray(void) _FINAL_ATTRIBUTE;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
Returns the content of the dictionary as an array.