Click or drag to resize

PooledLinkedListTAddLast Method (LinkedListNodeT)

Adds the specified new node at the end of 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 AddLast(
	LinkedListNode<T> node
)
Request Example View Source

Parameters

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