UtilsblowUpT(ListListT, T, DataTreeStructure) Method
Copy last element of list so that list has s elements.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static void blowUp<T>(
List<List<T>> list,
T default_item,
DataTreeStructure s
)
Public Shared Sub blowUp(Of T) (
list As List(Of List(Of T)),
default_item As T,
s As DataTreeStructure
)
public:
generic<typename T>
static void blowUp(
List<List<T>^>^ list,
T default_item,
DataTreeStructure^ s
)
static member blowUp :
list : List<List<'T>> *
default_item : 'T *
s : DataTreeStructure -> unit
- list ListListT
- list of elements.
- default_item T
- default item to be inserted.
- s DataTreeStructure
- structure of the 2D tree.
- T
- Type of items in the list to blow up.