LinkedListNode<T>.Next Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the next node in the LinkedList<T>.
Assembly: System (in System.dll)
Property Value
Type: System.Collections.Generic.LinkedListNode<T>A reference to the next node in the LinkedList<T>, or null if the current node is the last element (Last) of the LinkedList<T>.
Show: