Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.
            
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# | 
|---|
public override sealed bool IsEmpty { get; }  | 
| Visual Basic | 
|---|
Public Overrides NotOverridable ReadOnly Property IsEmpty As Boolean Get  | 
| Visual C++ | 
|---|
public: virtual property bool IsEmpty { bool get () override sealed; }  | 
Implements
ISet<(Of <(<'T>)>)>..::..IsEmptyISet..::..IsEmpty