IDisposable |
11 other children |
The ‘IDisposable’ interface defines a common interface for all objects to encorporate garbage collection.
| IDisposable | The ‘IDisposable’ interface defines a common interface for all objects to encorporate garbage collection. |
| Functions | |
| dispose | Performs any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to ‘null’, etc. |
Performs any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to ‘null’, etc.
function dispose():void