The members of System.Collections.Concurrent.ConcurrentStack<T> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Collections.Concurrent.ConcurrentStack`1 class. | ||
| Documentation for this section has not yet been entered. |
| [read-only] | Count | int.
Gets the number of elements contained in the System.Collections.Concurrent.ConcurrentStack`1. |
| [read-only] | IsEmpty | bool.
Gets a value that indicates whether the System.Collections.Concurrent.ConcurrentStack`1 is empty. |
Clear()
| ||
CopyTo(T[], int)Documentation for this section has not yet been entered. | ||
GetEnumerator()
| ||
Push(T)Documentation for this section has not yet been entered. | ||
PushRange(T[])Documentation for this section has not yet been entered. | ||
PushRange(T[], int, int)Documentation for this section has not yet been entered. | ||
ToArray()
| ||
TryPeek(out T)Documentation for this section has not yet been entered. | ||
TryPop(out T)Documentation for this section has not yet been entered. | ||
TryPopRange(T[])Documentation for this section has not yet been entered. | ||
TryPopRange(T[], int, int)Documentation for this section has not yet been entered. | ||
| ICollection.CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
| IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection. | |
| [read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot. |
| [read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. This property is not supported. |
| System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd | Documentation for this section has not yet been entered. | |
| System.Collections.Concurrent.IProducerConsumerCollection<T>.TryTake | Documentation for this section has not yet been entered. |