Foley .NET Utilities Class Library

LinkedSet.IsEmpty Property

Gets a boolean value indicating whether the LinkedSet 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 LinkedSet contains no elements; otherwise, false.

Implements

ICollection2.IsEmpty

See Also

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