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

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

See Also: Inherited members from System.Object

Public Methods

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

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

ToArray() : T[]

Copies the System.Collections.Concurrent.ConcurrentBag`1 elements to a new array.

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