Click or drag to resize

UtilsblowUpT Method (ListT, Int32)

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<T> l,
	int s
)

Parameters

l
Type: System.Collections.GenericListT
list of elements
s
Type: SystemInt32
number of elements that list needs to have

Type Parameters

T

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

See Also