This topic has not yet been rated - Rate this topic

ConcurrentStack<T> Properties

The ConcurrentStack<T> type exposes the following members.

  Name Description
Public property Count Gets the number of elements contained in the ConcurrentStack<T>.
Public property IsEmpty Gets a value that indicates whether the ConcurrentStack<T> is empty.
Top
  Name Description
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot.
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection. This property is not supported.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.