LinkedList<T>.Count property

Returns the number of items in the list.

public int Count { get; }

See Also