Click or drag to resize

BagTSubtraction Operator (BagT, IDictionaryT, Int32)

Remove items from the bag.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Bag<T> operator -(
	Bag<T> bagTo,
	IDictionary<T, int> bagFrom
)
Request Example View Source

Parameters

bagTo
Type: Kit.ContainersBagT
bagFrom
Type: System.Collections.GenericIDictionaryT, Int32

Return Value

Type: BagT
See Also