Click or drag to resize

InfiniteListT Constructor (T, Int32)

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(
	T item,
	int capacity = 1
)

Parameters

item
Type: T
item to be added
capacity (Optional)
Type: SystemInt32
initial capacity of the list
See Also