|
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: 2.2.0.4 (2.2.0.4)
Syntaxpublic void update<T>(
List<T> list
)
Public Sub update(Of T) (
list As List(Of T)
)
public:
generic<typename T>
void update(
List<T>^ list
)
member update :
list : List<'T> -> unit
Parameters
- list
- Type: System.Collections.GenericListT
list which determines the number of branches.
Type Parameters
- T
- type of the list items.
See Also