Click or drag to resize

BagTToBunches Method

Convert the dictionary to a List of Bunches.

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

Return Value

Type: ListBunchT
See Also