Disposable

Indicates that the object(or the inner object in it) can be disposable manually+immediately

interface Disposable {}

Members

Functions

dispose
void dispose()

Disposes unmanaged objects in the object

Meta