Click or drag to resize

UtilsblowUpT Method (ListListT, T, DataTreeStructure)

Copy last element of list so that list has s elements

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void blowUp<T>(
	List<List<T>> list,
	T default_item,
	DataTreeStructure s
)

Parameters

list
Type: System.Collections.GenericListListT
list of elements
default_item
Type: T
default item to be inserted
s
Type: Karamba.UtilitiesDataTreeStructure
structure of the 2D tree

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Karamba.Utilities.Utils.blowUp``1(System.Collections.Generic.List{System.Collections.Generic.List{``0}},``0,Karamba.Utilities.DataTreeStructure)"]

See Also