System.Collections.Concurrent.IProducerConsumerCollection<T>: Method Members

The methods of System.Collections.Concurrent.IProducerConsumerCollection<T> are listed below. For a list of all members, see the IProducerConsumerCollection<T> Members list.

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.