Click or drag to resize

BagTSubtraction Operator (BagT, T)

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,
	T item
)
Request Example View Source

Parameters

bag
Type: Kit.ContainersBagT
item
Type: T

Return Value

Type: BagT
See Also