Click or drag to resize

DelayedListT Constructor (Int32, Int32)

Creates a new DelayedList which uses ListT and has the specified initial capacity and change capacity.

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

Parameters

capacity
Type: SystemInt32
The initial capacity of the list.
changeCapacity
Type: SystemInt32
The initial capacity of the change queue.
See Also