Click or drag to resize

BagT Methods

The BagT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(IDictionaryT, Int32)
Adds the amount of items from another dictionary.
Public methodAdd(KeyValuePairT, Int32)
Adds the amount of items.
Public methodAdd(BunchT)
Adds the amount of items.
Public methodAdd(T, Int32)
Adds the amount of items.
Public methodAsBunches
Convert the dictionary to a enumerable of Bunches.
Public methodContains(IDictionaryT, Int32)
Returns whether it contains the specified amounts of items.
Public methodContains(KeyValuePairT, Int32)
Returns whether it contains the specified amount of an item.
Public methodContains(BunchT)
Returns whether it contains the specified amount of an item.
Public methodContains(T, Int32)
Returns whether it contains the specified amount of an item.
Public methodRemove(IDictionaryT, Int32)
Removes the amount of items from another dictionary.
Public methodRemove(KeyValuePairT, Int32)
Removes the amount of items.
Public methodRemove(BunchT)
Removes the amount of items.
Public methodRemove(T, Int32)
Removes the amount of items.
Public methodRemoveAll(IEnumerableT)
Sets the amount of specified items to 0.
Public methodRemoveAll(T)
Sets the amount of specified items to 0.
Public methodToBunches
Convert the dictionary to a List of Bunches.
Top
See Also