IProducerConsumerCollection(T) Methods
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| IProducerConsumerCollection<(Of <(T>)>) Methods |
| IProducerConsumerCollection<(Of <(T>)>) Interface See Also Send Feedback |
The IProducerConsumerCollection<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyTo | Overloaded. | |
| GetEnumerator | Overloaded. | |
| ToArray |
Copies the elements contained in the IProducerConsumerCollection<(Of <(T>)>) to a new array.
| |
| TryAdd |
Attempts to add an object to the IProducerConsumerCollection<(Of <(T>)>).
| |
| TryTake |
Attempts to remove and return an object from the IProducerConsumerCollection<(Of <(T>)>).
|