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

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

Syntax

C#
bool IsEmpty { get; }
Visual Basic
ReadOnly Property IsEmpty As Boolean
	Get
Visual C++
property bool IsEmpty {
	bool get ();
}

See Also