The LimitedStack<(Of <(T>)>) type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LimitedStack<(Of <(T>)>) |
Creates a Limited Stack with a given capacity
|
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.) |
Properties
Name | Description | |
---|---|---|
Capacity |
Gets the capacity of the Limited Stack.
| |
Count |
Gets the number of elements contained in the Limited Stack.
| |
IsFull |
Gets if the Limited Stack is full.
|