System.Generics.Collections.TDictionary.TValueCollection.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the content of the enumerable as an array.

System.Generics.Collections.TDictionary.TValueCollection.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