Click or drag to resize

UtilsblowUpT Method (ListT, DataTreeStructure)

Copy last element of list so that list has as many elements as there are branches.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void blowUp<T>(
	List<T> l,
	DataTreeStructure tree
)

Parameters

l
Type: System.Collections.GenericListT
list of elements.
tree
Type: Karamba.UtilitiesDataTreeStructure
data tree from which the number of branches is determined.

Type Parameters

T
Type of items in the list to blow up.
See Also