[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)
Public ReadOnly Property IsEmpty As Boolean
C#
public bool IsEmpty { get; }
Visual C++
public:
virtual property bool IsEmpty {
	bool get () sealed;
}

Field Value

true if this instance is empty; otherwise, false.