Foley .NET Utilities Class Library

Collection2Base.IsEmpty Property

Gets a boolean value idicating whether the collection is empty or not.

[Visual Basic]
Overridable Public ReadOnly Property IsEmpty As Boolean Implements _
   ICollection2.IsEmpty
[C#]
public bool IsEmpty {virtual get;}

Property Value

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

Implements

ICollection2.IsEmpty

See Also

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