 | InternReclaimableEventArgsReclaimableInternsCount Property |
[This is preliminary documentation and is subject to change.]
Count of unused items in the collection's intern pool that
would be freed (made eligible for GC) by a cleanup operation.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int ReclaimableInternsCount { get; }Public ReadOnly Property ReclaimableInternsCount As Integer
Get
public:
property int ReclaimableInternsCount {
int get ();
}member ReclaimableInternsCount : int with get
Property Value
Type:
Int32
See Also