Click or drag to resize

BagTRemove Method (BunchT)

Removes the amount of items.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool Remove(
	Bunch<T> bunch
)
Request Example View Source

Parameters

bunch
Type: Kit.ContainersBunchT

Return Value

Type: Boolean
See Also