Open sandboxFocus

Property Next

Next

Gets the next node in the list, or null if the current node is the last one in the list.

Declaration
ISinglyLinkedListNode<out T> Next { get; }
Property Value
Type Description
ISinglyLinkedListNode<T>