ProducerConsumerQueueT(IEnumerableT) - конструктор

Initializes a new instance of the QueueT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public ProducerConsumerQueue(
	IEnumerable<T> collection
)

Параметры

collection  IEnumerableT
The collection whose elements are copied to the new QueueT.

Исключения

ArgumentNullExceptioncollection is .

См. также