Click or drag to resize

BagTRemove Method (IDictionaryT, Int32)

Removes the amount of items from another dictionary.

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

Parameters

bag
Type: System.Collections.GenericIDictionaryT, Int32

Return Value

Type: Boolean
See Also