Click or drag to resize

PrioritizedListT Constructor (ListSortDirection)

Creates a new PrioritizedList with the specified sort direction.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PrioritizedList(
	ListSortDirection sortDirection = ListSortDirection.Ascending
)
Request Example View Source

Parameters

sortDirection (Optional)
Type: Archon.SwissArmyLib.CollectionsListSortDirection
Whether items with lower priorities are placed first in the list (ascending) or last (descending).
See Also