System.Generics.Collections.TDictionary.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToArray: TArray<TPair<K,V>>; override; final;

C++

virtual System::DynamicArray<TPair__2<K,V> > __fastcall ToArray() _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