Click or drag to resize

BunchT Constructor (BunchT)

Create a bunch from another one.

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

Parameters

other
Type: Kit.ContainersBunchT
See Also