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