System.Collections.Concurrent.IProducerConsumerCollection<T> Members

The members of System.Collections.Concurrent.IProducerConsumerCollection<T> are listed below.

Public Methods

CopyTo(T[], int)
Documentation for this section has not yet been entered.
ToArray() : T[]

Copies the elements contained in the System.Collections.Concurrent.IProducerConsumerCollection`1 to a new array.

TryAdd(T) : bool
Documentation for this section has not yet been entered.
TryTake(out T) : bool
Documentation for this section has not yet been entered.