Foley .NET Utilities Class Library | |
HashSet.IsEmpty Property
Gets a value idicating whether the HashSet is empty
or not.
[Visual Basic]Overrides Public ReadOnly Property IsEmpty As
Boolean Implements _
ICollection2.IsEmpty
[C#]public
bool IsEmpty {override get;}
Property Value
true
if the HashSet contains no elements;
otherwise, false
.
Implements
ICollection2.IsEmpty
See Also
HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace