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

Gets a value indicating whether this instance is empty.

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

Syntax

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

Field Value

true if this instance is empty; otherwise, false.