ConcurrentBag(T) Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ConcurrentBag<(Of <(T>)>) Properties |
| ConcurrentBag<(Of <(T>)>) Class See Also Send Feedback |
The ConcurrentBag<(Of <(T>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ConcurrentBag<(Of <(T>)>).
| |
| IsEmpty |
Gets a value that indicates whether the ConcurrentBag<(Of <(T>)>) is empty.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection..::.IsSynchronized |
Gets a value indicating whether access to the ICollection is
synchronized with the SyncRoot.
| |
| ICollection..::.SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. This property is not supported.
|