BagItem Methods |
The BagItem generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds the item to this bag. |
![]() | GetEnumerator |
Returns an enumerator that iterates over the items in this bag in arbitrary order. |
![]() ![]() | MainTest |
Demo test for the Bag data type. |
![]() | ToString |
Returns a string representation in the format "it1 it2 it3 ... itn" (LIFO order)
(Overrides ObjectToString.) |