IQueue<T>.Enqueue(T) Method

Adds an element to the end of the queue.

Namespace: Spring.Collections
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.