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> |
Gets the next node in the list, or null
if the current node is the last one in the list.
ISinglyLinkedListNode<out T> Next { get; }
Type | Description |
---|---|
ISinglyLinkedListNode<T> |