CondensedCollectionTReclaimableInternsCount Property |
[This is preliminary documentation and is subject to change.]
Namespace: Condensed
The CondensedCollectionT does not automatically reclaim values from the intern pool. A high ReclaimableInternsCount value indicates that many values being held in the pool are no longer being used by the CondensedCollection. Call Cleanup as needed to reclaim memory from the intern pool or subscribe to the InternedValueReclaimable event.
The ReclaimableInternsCount property is equivalent to subtracting the UniqueCount property from the InternPoolCount property.