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