Get the current number of nodes present in this LRU instance.
Namespace: Apptus.Util.Collection
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public int Size()
Return Value
Type: Int32The number of elements.
See Also