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

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

Namespace: Spring.Collections.Queues
public
 constructor Create(const collection: IEnumerable<T>); overload;

Parameters

collection
Type: IEnumerable<T>