Click or drag to resize

BagTAdd Method (KeyValuePairT, Int32)

Adds the amount of items.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void Add(
	KeyValuePair<T, int> kvp
)
Request Example View Source

Parameters

kvp
Type: System.Collections.GenericKeyValuePairT, Int32
See Also