A Disposable represents a type with a dispose method that when called releases any resources associated to the object.
Disposable
dispose
Disposes any resources associated with the object.
A
Disposable
represents a type with adispose
method that when called releases any resources associated to the object.