Click or drag to resize

DelayedListT Constructor (IListT, Int32)

Creates a new DelayedList that wraps the given list.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DelayedList(
	IList<T> list,
	int changeCapacity
)
Request Example View Source

Parameters

list
Type: System.Collections.GenericIListT
The list to wrap.
changeCapacity
Type: SystemInt32
The initial capacity of the change queue.
See Also