Click or drag to resize

PooledLinkedListTRemoveLast Method

Removes the 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 RemoveLast()
Request Example View Source
See Also