Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.

Namespace: Iesi.Collections.Generic
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public override bool IsEmpty { get; }
Visual Basic
Public Overrides ReadOnly Property IsEmpty As Boolean
	Get
Visual C++
public:
virtual property bool IsEmpty {
	bool get () override;
}

Implements

ISet<(Of <(<'T>)>)>..::..IsEmpty
ISet..::..IsEmpty

See Also