BagT Methods |
The BagT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IDictionaryT, Int32) | Adds the amount of items from another dictionary. | |
| Add(KeyValuePairT, Int32) | Adds the amount of items. | |
| Add(BunchT) | Adds the amount of items. | |
| Add(T, Int32) | Adds the amount of items. | |
| AsBunches | Convert the dictionary to a enumerable of Bunches. | |
| Contains(IDictionaryT, Int32) | Returns whether it contains the specified amounts of items. | |
| Contains(KeyValuePairT, Int32) | Returns whether it contains the specified amount of an item. | |
| Contains(BunchT) | Returns whether it contains the specified amount of an item. | |
| Contains(T, Int32) | Returns whether it contains the specified amount of an item. | |
| Remove(IDictionaryT, Int32) | Removes the amount of items from another dictionary. | |
| Remove(KeyValuePairT, Int32) | Removes the amount of items. | |
| Remove(BunchT) | Removes the amount of items. | |
| Remove(T, Int32) | Removes the amount of items. | |
| RemoveAll(IEnumerableT) | Sets the amount of specified items to 0. | |
| RemoveAll(T) | Sets the amount of specified items to 0. | |
| ToBunches | Convert the dictionary to a List of Bunches. |