Click or drag to resize

PooledLinkedListTPool Property

Gets the object pool used for storing unused nodes.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IPool<LinkedListNode<T>> Pool { get; }
Request Example View Source

Property Value

Type: IPoolLinkedListNodeT
See Also