The members of System.Collections.Concurrent.ConcurrentBag<T> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Collections.Concurrent.ConcurrentBag`1 class. | ||
| Documentation for this section has not yet been entered. |
| [read-only] | Count | int.
Gets the number of elements contained in the System.Collections.Concurrent.ConcurrentBag`1. |
| [read-only] | IsEmpty | bool.
Gets a value that indicates whether the System.Collections.Concurrent.ConcurrentBag`1 is empty. |
Add(T)Documentation for this section has not yet been entered. | ||
CopyTo(T[], int)Documentation for this section has not yet been entered. | ||
GetEnumerator()
| ||
ToArray()
| ||
TryPeek(out T)Documentation for this section has not yet been entered. | ||
TryTake(out T)Documentation for this section has not yet been entered. | ||
| ICollection.CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
| IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the System.Collections.Concurrent.ConcurrentBag`1. | |
| [read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot. |
| [read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. This property is not supported. |
| System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd | Documentation for this section has not yet been entered. |