Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
ResizingArrayStack(Item) Class
ResizingArrayStack(Item) Methods
GetEnumerator Method
MainTest Method
Peek Method
Pop Method
Push Method
ResizingArrayStack
Item
GetEnumerator Method
Returns an iterator to this stack that iterates through the items in LIFO order.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
IEnumerator
<Item>
GetEnumerator
()
Return Value
Type:
IEnumerator
Item
the iterator in LIFO order
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
ResizingArrayStack
Item
Class
Algs4Net Namespace