Click or drag to resize

PooledLinkedListTRemove Method (LinkedListNodeT)

Removes the specified node 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 void Remove(
	LinkedListNode<T> node
)
Request Example View Source

Parameters

node
Type: System.Collections.GenericLinkedListNodeT
The node to remove.
See Also