Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
ResizingArrayBag(Item) Class
ResizingArrayBag(Item) Methods
Add Method
GetEnumerator Method
MainTest Method
ResizingArrayBag
Item
GetEnumerator Method
Returns an iterator that iterates over the items in the bag in arbitrary 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
an iterator that iterates over the items in the bag in arbitrary order
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
ResizingArrayBag
Item
Class
Algs4Net Namespace