System.Generics.Collections.TStack.TEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEnumerator = class(TEnumerator<T>)

C++

class PASCALIMPLEMENTATION TEnumerator : public TEnumerator__1<T>

Properties

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

Description

Provides enumerating functionality to the stack.

TStack.TEnumerator is the class that implements enumerating methods for the stack.

TStack.TEnumerator implements the TEnumerator abstract class.

See Also