The LimitedStack<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Removes all the objects from the Limited Stack.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Peek |
Returns the object at the top of the Limited Stack without removing it.
| |
| Pop |
Removes and returns the object at the top of the Limited Stack.
| |
| Push |
Inserts an object at the top of the Limited Stack.
| |
| ToString | (Inherited from Object.) |