WeakReference: ClearDeadReferences

ClearDeadReferences

Releases any dead child WeakReferences.



 Public Sub ClearDeadReferences ( )

Remarks

This releases any children that may have been disposed by calling Dispose on the child WeakReference and not through the Dispose through the controlling WeakReference object.

See Also

Project CorLib Overview
Class WeakReference Overview