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

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