Click or drag to resize

PrioritizedListTAdd Method (T, Int32)

Adds an item to the list with the specified priority.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Add(
	T item,
	int priority
)
Request Example View Source

Parameters

item
Type: T
The item to add.
priority
Type: SystemInt32
The priority to give the item.
See Also