If I have a Dispose method, must I implement IDisposable?

Viewed 100

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

1 Answers
Related