[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes the left-over weak references for entries in the dictionary whose key or value has already been reclaimed by the garbage collector. This will reduce the dictionary's Count by the number of dead key-value pairs that were eliminated.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub RemoveCollectedEntries
C#
public void RemoveCollectedEntries ()
Visual C++
public:
void RemoveCollectedEntries ()