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.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public ProducerConsumerQueue(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
ProducerConsumerQueue(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> ProducerConsumerQueue
Параметры
- collection IEnumerableT
- The collection whose elements are copied to the new QueueT.