Overload List
Name | Description | |
---|---|---|
![]() | RCLinkedList<(Of <(<'T>)>)>()()()() | Initializes a new instance of the RCLinkedList<(Of <(<'T>)>)> class |
![]() | RCLinkedList<(Of <(<'T>)>)>(UInt32) | Initializes a new instance of the RCLinkedList<(Of <(<'T>)>)> class |
![]() | RCLinkedList<(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.
|