Overload List

  NameDescription
Public methodRCLinkedList<(Of <(<'T>)>)>()()()()
Initializes a new instance of the RCLinkedList<(Of <(<'T>)>)> class
Public methodRCLinkedList<(Of <(<'T>)>)>(UInt32)
Initializes a new instance of the RCLinkedList<(Of <(<'T>)>)> class
Public methodRCLinkedList<(Of <(<'T>)>)>(IItemPool<(Of <<'(RCLinkedListNode<(Of <<'(T>)>>)>)>>))
Constructor for RCLinkedList passing a IItemPool of type RCLinkedListNode to be used for pooling nodes. For best results initialize the pool with the max capacity needed.

See Also