Click or drag to resize

InfiniteListT Constructor (T, Int32)

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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