[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>).

Remarks

WARNING: The count returned here may include entries for which either the key or value objects have already been garbage collected. Call RemoveCollectedEntries to weed out collected entries and update the count accordingly.