Open sandboxFocus

Property Previous

Previous

Gets the previous node in the list, or null if the current node is the first one in the list.

Declaration
ILinkedListNode<out T> Previous { get; }
Property Value
Type Description
ILinkedListNode<T>