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

Returns the number of values in the collection.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Count As Integer
C#
public virtual int Count { get; }
Visual C++
public:
virtual property int Count {
	int get ();
}

Return Value

size