Click or drag to resize
ResizingArrayStackItem Methods

The ResizingArrayStackItem generic type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns an iterator to this stack that iterates through the items in LIFO order.
Public methodStatic memberMainTest
Demo test for the ResizingArrayStack data type.
Public methodPeek
Returns (but does not remove) the item most recently added to this stack.
Public methodPop
Removes and returns the item most recently added to this stack.
Public methodPush
Adds the item to this stack.
Top
See Also