LinkedList<T>.Empty property

Returns true if the list is empty.

public bool Empty { get; }

See Also