System.Generics.Collections.TDictionary.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Generics.Collections.TDictionary.ToArray&oldid=595416"