Class LinkedListWithPooledClassNodes<T>.Node
- Namespace
- AlgorithmsSW.List
- Assembly
- AlgorithmsSW.dll
public class LinkedListWithPooledClassNodes<T>.Node
- Inheritance
-
LinkedListWithPooledClassNodes<T>.Node
- Inherited Members
- Extension Methods
Fields
Item
public T? Item
Field Value
- T
NextNode
public LinkedListWithPooledClassNodes<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.