Class LinkedListWithPooledNodes<T>.Node
- Namespace
- AlgorithmsSW.List
- Assembly
- AlgorithmsSW.dll
public sealed record LinkedListWithPooledNodes<T>.Node : IEquatable<LinkedListWithPooledNodes<T>.Node>
- Inheritance
-
LinkedListWithPooledNodes<T>.Node
- Implements
- Inherited Members
- Extension Methods
Fields
Item
public T? Item
Field Value
- T
NextNode
public LinkedListWithPooledNodes<T>.Node? NextNode
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.