ConcurrentBag(Of T) Properties
.NET Framework (current version)
Namespace:
System.Collections.Concurrent
Assembly: System (in System.dll)
| 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. |
| 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. |
Show:


