Foley .NET Utilities Class Library | |
LinkedSet.Count Property
Gets the number of elements contained in the LinkedSet.
[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 LinkedSet.
Implements
ICollection.Count
See Also
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace