Click or drag to resize

PooledLinkedListT Properties

The PooledLinkedListT generic type exposes the following members.

Properties
  NameDescription
Public propertyBackingList
Gets the LinkedListT instance that is wrapped.
Public propertyCount
Gets the number of nodes contained in the PooledLinkedList<T>.
Public propertyFirst
Gets the first node of the PooledLinkedList<T>.
Public propertyLast
Gets the last node of the PooledLinkedList<T>.
Public propertyPool
Gets the object pool used for storing unused nodes.
Top
See Also