InternReclaimableEventArgs Properties |
[This is preliminary documentation and is subject to change.]
The InternReclaimableEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cleanup |
Gets/sets a value indicating whether the collection should be cleaned up after the event handler completes.
Default is false.
| |
| Count |
Count of items currently in the collection.
| |
| InternPoolCount |
Count of items currently in the collection's intern pool.
| |
| ReclaimableInternsCount |
Count of unused items in the collection's intern pool that
would be freed (made eligible for GC) by a cleanup operation.
| |
| UniqueCount |
Count of unique items currently in the collection.
|