I have a class that contains a Dispose method. In this method I abort a thread. Is it necessary to implement the IDisposable interface?
I have a class that contains a Dispose method. In this method I abort a thread. Is it necessary to implement the IDisposable interface?