Click or drag to resize

InfiniteListT Constructor (ListT)

create a new infinite list

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

Parameters

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