Click or drag to resize

ExtendedListT Constructor (ListT)

new ExtendedList filled with elements of another list

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ExtendedList(
	List<T> items
)

Parameters

items
Type: System.Collections.GenericListT
list of of items to add
See Also