ConcurrentBag(Of T) Properties

.NET Framework (current version)
 

Namespace:   System.Collections.Concurrent
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the ConcurrentBag(Of T).

System_CAPS_pubpropertyIsEmpty

Gets a value that indicates whether the ConcurrentBag(Of T) is empty.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

Gets an object that can be used to synchronize access to the ICollection. This property is not supported.

Return to top
Show: