Click or drag to resize

SortableList Constructor (IComparer, Int32)

Constructor.

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

Parameters

Comparer
Type: System.CollectionsIComparer
Will be used to compare added elements for sort and search operations.
Capacity
Type: SystemInt32
Capacity of the list (ArrayList.Capacity)
See Also