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

Gets the number of elements contained in the ICollection<(Of T>).

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

Syntax

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

Field Value

Return Value

The number of elements contained in the ICollection<(Of T>).