Click or drag to resize

ReferenceMapTKey, TValueCount Property

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public int Count { get; }

Property Value

Type: Int32

Return Value

Type: Int32
The number of elements contained in the ICollectionT.
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.
See Also