PostSharpAPI ReferencePost­Sharp.​CollectionsISingly­Linked­List­Node<T>Next
Open sandboxFocus

ISinglyLinkedListNode<T>.Next Property

Next

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

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