System.Generics.Collections.TDictionary.TKeyCollection.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToArray: TArray<TKey>; override; final;

C++

virtual System::DynamicArray<TKey> __fastcall ToArray() _FINAL_ATTRIBUTE;

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyCollection

Description

Returns the content of the enumerable as an array.

System.Generics.Collections.TDictionary.TKeyCollection.ToArray inherits from System.Generics.Collections.TEnumerable.ToArray. All content below this line refers to System.Generics.Collections.TEnumerable.ToArray.

Returns the content of the enumerable as an array.

See Also