Node<T>.Previous property

Previous node in the list. Null if this is the head of the list.

public Node Previous { get; set; }

See Also