Click or drag to resize

BagTAdd Method (IDictionaryT, Int32)

Adds the amount of items from another dictionary.

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

Parameters

bag
Type: System.Collections.GenericIDictionaryT, Int32
See Also