BagT Operators |
| Name | Description | |
|---|---|---|
| Addition(BagT, BunchT) | Add an item to the bag. | |
| Addition(BagT, IDictionaryT, Int32) | Add items to the bag. | |
| Addition(BagT, KeyValuePairT, Int32) | Add an item to the bag. | |
| Addition(BagT, T) | Add an item to the bag. | |
| Subtraction(BagT, BunchT) | Remove an item from the bag. | |
| Subtraction(BagT, IDictionaryT, Int32) | Remove items from the bag. | |
| Subtraction(BagT, KeyValuePairT, Int32) | Remove an item from the bag. | |
| Subtraction(BagT, T) | Remove an item from the bag. |