Click or drag to resize

PooledLinkedListT Constructor (IPoolLinkedListNodeT)

Initializes a new empty PooledLinkedList<T> that uses a specified node pool.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PooledLinkedList(
	IPool<LinkedListNode<T>> nodePool
)
Request Example View Source

Parameters

nodePool
Type: Archon.SwissArmyLib.PoolingIPoolLinkedListNodeT
The pool that should be used spawning/despawning new nodes.
See Also