ManagedConcurrentStackTValue Methods |
The ManagedConcurrentStackTValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears the stack of all items.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Push |
Pushes a new item on top of the stack.
| |
| ToString | (Inherited from Object.) | |
| TryPeek |
Tries to peek at the top value in stack.
| |
| TryPop |
Tries to pop the top value off of the stack.
|