Click or drag to resize

PrioritizedListTRemoveAt Method

Removes the item found at the specified index.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveAt(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the item to remove.

Implements

IListTRemoveAt(Int32)
See Also