System.Generics.Collections.TStack.TEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AStack: TStack<T>);

C++

__fastcall TEnumerator(TStack__1<T>* const AStack);

Properties

Type Visibility Source Unit Parent
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TEnumerator

Description

Creates and initializes an enumerator for the stack.

Call Create to create an enumerator for the stack.

The AStack parameter is the stack to which the enumerator is associated.

See Also