API:System.Generics.Collections.TStack.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the content of the enumerable as an array.

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