System.Generics.Collections.TQueue.TEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AQueue: TQueue<T>);

C++

__fastcall TEnumerator(TQueue__1<T>* const AQueue);

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 queue.

Call Create to create an enumerator for the queue.

The AQueue parameter is the queue to which the enumerator is associated.

See Also