Node<T>.Next property

Next node in the list. Null of this is the tail of the list.

public Node Next { get; set; }

See Also