Skip to content
On this page

LinkedListNode<T>.next

The next node in the list.

Property Value

null | LinkedListNode<T>