 | ReferenceMapTKey, TValueCount Property |
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic int Count { get; }
Property Value
Type:
Int32Return Value
Type:
Int32The 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