TQueue<T>.Enqueue(T) Method
Adds an element to the end of the queue.
public
procedure Enqueue(const item: T);
Parameters
- item
- Type: T
The element to add to the queue. The value can be nil for reference types.
Adds an element to the end of the queue.
public
procedure Enqueue(const item: T);
The element to add to the queue. The value can be nil for reference types.