TQueue<T>.TEnumerator.Create(TQueue<T>) Constructor

Initializes a new instance of the TQueue<T>.TEnumerator class.

Namespace: Spring.Collections.Queues
public
 constructor Create(const queue: TQueue<T>);

Parameters

queue
Type: TQueue<T>