Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.
            
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# | 
|---|
public abstract bool IsEmpty { get; }  | 
| Visual Basic | 
|---|
Public MustOverride ReadOnly Property IsEmpty As Boolean Get  | 
| Visual C++ | 
|---|
public: virtual property bool IsEmpty { bool get () abstract; }  |