IProducerConsumerCollection<T>
Defines methods to manipulate thread-safe collections intended for producer/consumer usage.
Copies the elements of the IProducerConsumerCollection<T> to
an
Array, starting at a specified index.
T[] ToArray()
Copies the elements contained in the IProducerConsumerCollection<T> to a new array.
Attempts to add an object to the IProducerConsumerCollection<T>.
Attempts to remove and return an object from the IProducerConsumerCollection<T>.