Click or drag to resize

BagTRemove Method (KeyValuePairT, Int32)

Removes the amount of items.

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

Parameters

kvp
Type: System.Collections.GenericKeyValuePairT, Int32

Return Value

Type: Boolean
See Also