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

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

See Also: Inherited members from System.Object

Public Methods

CopyTo(T[], int)
Documentation for this section has not yet been entered.
Enqueue(T)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>

Returns an enumerator that iterates through the System.Collections.Concurrent.ConcurrentQueue`1.

ToArray() : T[]

Copies the elements stored in the System.Collections.Concurrent.ConcurrentQueue`1 to a new array.

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