LinkedList<T>.Head property

Retrieves the first item in the list.

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

See Also