ConcurrentStack(Of T) Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyCount

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

System_CAPS_pubpropertyIsEmpty

Gets a value that indicates whether the ConcurrentStack(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: