System.Collections.Concurrent.ConcurrentStack<T>: Method Members

The methods of System.Collections.Concurrent.ConcurrentStack<T> are listed below. For a list of all members, see the ConcurrentStack<T> Members list.

See Also: Inherited members from System.Object

Public Methods

Clear()

Removes all objects from the System.Collections.Concurrent.ConcurrentStack`1.

CopyTo(T[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>

Returns an enumerator that iterates through the System.Collections.Concurrent.ConcurrentStack`1.

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() : T[]

Copies the items stored in the System.Collections.Concurrent.ConcurrentStack`1 to a new array.

TryPeek(out T) : bool
Documentation for this section has not yet been entered.
TryPop(out T) : bool
Documentation for this section has not yet been entered.
TryPopRange(T[]) : int
Documentation for this section has not yet been entered.
TryPopRange(T[], int, int) : int
Documentation for this section has not yet been entered.