VocabularydestructorsInputs and outputs| disposable | a disposable object |
Generic word contractReleases operating system resources associated with a disposable object. Disposable objects include streams, memory mapped files, and so on.
NotesThis word should not be called directly. It can be implemented on objects with a
disposed slot to ensure that the object is only disposed once.
DefinitionMethods