[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if the window is currently empty.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

true if empty, false if not