IStack<T>| Type parameters: | |
| T | The item type |
IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable, ICollectionValue<T>, IDirectedCollectionValue<T>, IDirectedEnumerable<T>, IShowableArrayList<T>, CircularQueue<T>, LinkedList<T>AllowsDuplicates
,this[int index]Pop()
,Push(T item)A bool AllowsDuplicates | Access: Read-Only Value: | |||
A T this[int index] | Access: Read-Only Get the index'th element of the stack. The bottom of the stack has index 0.
|
A T Pop() |
Pop the item at the top of the stack from the stack.
| |||
A void Push(T item) |
Push an item to the top of the stack.
|