Click or drag to resize
BagItemGetEnumerator Method
Returns an enumerator that iterates over the items in this bag in arbitrary 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
an enumerator that iterates over the items in this bag in arbitrary order

Implements

IEnumerableTGetEnumerator
See Also