Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Bag(Item) Class
Bag(Item) Methods
Add Method
GetEnumerator Method
MainTest Method
ToString Method
Bag
Item
Add Method
Adds the item to this bag.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Add
( Item
item
)
Parameters
item
Type:
Item
item the item to add to this bag
See Also
Reference
Bag
Item
Class
Algs4Net Namespace