Click or drag to resize

InternReclaimableEventArgs Properties

[This is preliminary documentation and is subject to change.]

The InternReclaimableEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCleanup
Gets/sets a value indicating whether the collection should be cleaned up after the event handler completes. Default is false.
Public propertyCount
Count of items currently in the collection.
Public propertyInternPoolCount
Count of items currently in the collection's intern pool.
Public propertyReclaimableInternsCount
Count of unused items in the collection's intern pool that would be freed (made eligible for GC) by a cleanup operation.
Public propertyUniqueCount
Count of unique items currently in the collection.
Top
See Also