System.Generics.Collections.TStack.ToArray

From RAD Studio API Documentation
Revision as of 12:59, 30 September 2013 by AChaves (talk | contribs) (43951)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 stack as a TArray.

See Also