PostSharp//API Reference/Post­Sharp.​Collections/ILinked­List­Node<T>/Next
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<T> Next { get; }
Property Value
Type Description
ILinkedListNode<T>