Click or drag to resize

BagT Operators

Operators
  NameDescription
Public operatorStatic memberAddition(BagT, BunchT)
Add an item to the bag.
Public operatorStatic memberAddition(BagT, IDictionaryT, Int32)
Add items to the bag.
Public operatorStatic memberAddition(BagT, KeyValuePairT, Int32)
Add an item to the bag.
Public operatorStatic memberAddition(BagT, T)
Add an item to the bag.
Public operatorStatic memberSubtraction(BagT, BunchT)
Remove an item from the bag.
Public operatorStatic memberSubtraction(BagT, IDictionaryT, Int32)
Remove items from the bag.
Public operatorStatic memberSubtraction(BagT, KeyValuePairT, Int32)
Remove an item from the bag.
Public operatorStatic memberSubtraction(BagT, T)
Remove an item from the bag.
Top
See Also