Click or drag to resize

PooledLinkedListT Constructor

Initializes a new empty PooledLinkedList<T> with its own 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()
Request Example View Source
See Also