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
Disposablerepresents a type with adisposemethod that when called releases any resources associated to the object.