ICloseable
An object that can be closed to release resources.
The Close method of an ICloseable object is automatically called when exiting a Using block where the object has been declared in the Using statement.
Methods
Method Close()
Closes the resource, releasing any associated resources.
This method is invoked automatically when exiting a Using block where the object has been declared in the Using statement.
