Click or drag to resize

PrioritizedListTRemove Method (PrioritizedItemT)

Removes a prioritized item from the list.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Remove(
	PrioritizedItem<T> item
)
Request Example View Source

Parameters

item
Type: Archon.SwissArmyLib.CollectionsPrioritizedItemT
The item to remove.

Return Value

Type: Boolean
True if found and removed, false otherwise.

Implements

ICollectionTRemove(T)
See Also