Click or drag to resize

PooledLinkedListT Constructor

Overload List
  NameDescription
Public methodPooledLinkedListT
Initializes a new empty PooledLinkedList<T> with its own node pool.
Public methodPooledLinkedListT(IEnumerableT)
Initializes a new PooledLinkedList<T> with its own node pool and the contents of the specified IEnumerableT.
Public methodPooledLinkedListT(IPoolLinkedListNodeT)
Initializes a new empty PooledLinkedList<T> that uses a specified node pool.
Public methodPooledLinkedListT(IEnumerableT, IPoolLinkedListNodeT)
Initializes a new PooledLinkedList<T> with a custom node pool and the contents of the specified IEnumerableT.
Top
See Also