Foley .NET Utilities Class Library

ICollection2.IsEmpty Property

When implemented by a class, gets a value idicating whether the collection is empty or not.

[Visual Basic]
Property IsEmpty As Boolean
[C#]
bool IsEmpty {get;}

Property Value

true if the collection contains no elements; otherwise, false.

See Also

ICollection2 Interface | ICollection2 Members | Foley.Utilities.Collections Namespace