Click or drag to resize
ResizingArrayStackItemGetEnumerator 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#
public IEnumerator<Item> GetEnumerator()

Return Value

Type: IEnumeratorItem
the iterator in LIFO order

Implements

IEnumerableTGetEnumerator
See Also