ManagedConcurrentStackTValue Class |
Namespace: FM.IceLink
The ManagedConcurrentStackTValue type exposes the following members.
Name | Description | |
---|---|---|
ManagedConcurrentStackTValue |
Creates a new instance of a ConcurrentStack.
|
Name | Description | |
---|---|---|
Count |
Gets the amount of items in the stack.
| |
IsEmpty |
Gets true if the stack is empty.
|
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.
|