Click or drag to resize

SortableList Constructor (Int32)

Constructor. Since no IComparer is provided, added objects must implement the IComparer interface.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public SortableList(
	int Capacity
)

Parameters

Capacity
Type: SystemInt32
Capacity of the list (ArrayList.Capacity)
See Also