Click or drag to resize

BagTContains Method (IDictionaryT, Int32)

Returns whether it contains the specified amounts of items.

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

Parameters

bag
Type: System.Collections.GenericIDictionaryT, Int32

Return Value

Type: Boolean
See Also