UtilsblowUpT(ListListT, T, DataTreeStructure) Method

Copy last element of list so that list has s elements.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static void blowUp<T>(
	List<List<T>> list,
	T default_item,
	DataTreeStructure s
)

Parameters

list  ListListT
list of elements.
default_item  T
default item to be inserted.
s  DataTreeStructure
structure of the 2D tree.

Type Parameters

T
Type of items in the list to blow up.

See Also