Click or drag to resize

BagTAsBunches Method

Convert the dictionary to a enumerable of Bunches.

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

Return Value

Type: IEnumerableBunchT
See Also