Click or drag to resize

DataTreeStructureupdateT Method

update the structure of a data tree so that its number of branches matches the number of entries in a given list. After update the count of each branch is at least 1

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void update<T>(
	List<T> list
)

Parameters

list
Type: System.Collections.GenericListT
list which determines the number of branches

Type Parameters

T
type of the list items
See Also