Click or drag to resize

BunchT Constructor (KeyValuePairT, Int32)

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

Parameters

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