Click or drag to resize

BagTContains Method (KeyValuePairT, Int32)

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(
	KeyValuePair<T, int> kvp
)
Request Example View Source

Parameters

kvp
Type: System.Collections.GenericKeyValuePairT, Int32

Return Value

Type: Boolean
See Also