|
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: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void blowUp<T>(
List<T> l,
DataTreeStructure tree
)
Public Shared Sub blowUp(Of T) (
l As List(Of T),
tree As DataTreeStructure
)
public:
generic<typename T>
static void blowUp(
List<T>^ l,
DataTreeStructure^ tree
)
static member blowUp :
l : List<'T> *
tree : DataTreeStructure -> unit
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
[Missing <typeparam name="T"/> documentation for "M:Karamba.Utilities.Utils.blowUp``1(System.Collections.Generic.List{``0},Karamba.Utilities.DataTreeStructure)"]
See Also