Click or drag to resize

InfiniteListT Constructor (ListT)

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

Parameters

items
Type: System.Collections.GenericListT
list of initial items.
See Also