Foley .NET Utilities Class Library

LinkedList.Count Property

Gets the number of elements contained in the LinkedList.

[Visual Basic]
Overrides Public ReadOnly Property Count As Integer Implements _
   ICollection.Count
[C#]
public int Count {override get;}

Property Value

The number of elements actually contained in the LinkedList.

Implements

ICollection.Count

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace