System.Generics.Collections.TStack.TEnumerator.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Crée et initialise un énumérateur pour la pile.

Appelez Create pour créer un énumérateur pour la pile.

Le paramètre AStack représente la pile à laquelle l'énumérateur est associé.

Voir aussi