Click or drag to resize

BagTContains Method (BunchT)

Returns whether it contains the specified amount of an item.

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

Parameters

bunch
Type: Kit.ContainersBunchT

Return Value

Type: Boolean
See Also