Click or drag to resize

PooledLinkedListTBackingList Property

Gets the LinkedListT instance that is wrapped.

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

Property Value

Type: LinkedListT
See Also