Description
Removes the object's extension dictionary (that is, removes the object as the owner of the dictionary object) if it exists and is empty. Once removed, this function calls the dictionary's erase() method. Any reactors attached to the extension dictionary receive normal notification appropriate to an open for write, erase, close sequence
Visual Basic
Public Function ReleaseExtensionDictionary() As void
C#
public void ReleaseExtensionDictionary();