Click or drag to resize

PooledLinkedListTRemove Method (T)

Removes the first occurrence of the specified value from the PooledLinkedList<T>.

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(
	T item
)
Request Example View Source

Parameters

item
Type: T
The item to remove.

Return Value

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

Implements

ICollectionTRemove(T)
See Also