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
ILinkedListNode<out T> Next { get; }
Property Value
Type Description
ILinkedListNode<T>