TQueue<T>.Create(IEnumerable<T>) Constructor
Namespace: Spring.Collections.Queues
public constructor Create(const collection: IEnumerable<T>); overload;
Parameters
- collection
- Type: IEnumerable<T>