Click or drag to resize

BagTSubtraction Operator (BagT, KeyValuePairT, Int32)

Remove an item 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> bag,
	KeyValuePair<T, int> kvp
)
Request Example View Source

Parameters

bag
Type: Kit.ContainersBagT
kvp
Type: System.Collections.GenericKeyValuePairT, Int32

Return Value

Type: BagT
See Also