Name | Description | |
---|---|---|
NStack<T> Constructor | Overloaded. |
The following tables list the members exposed by NStack<T>.
Name | Description | |
---|---|---|
NStack<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
EnforceDepth | ||
Peek | Returns the top item of the stack without returning it. | |
Pop | Removes and returns the top item of the stack. | |
Push | Inserts the item at the top of the stack. |