LinkedList<T>.Tail property

Retrieves the last item in the list.

public Node<T> Tail { get; set; }

See Also