原文:C#:What should be the content of the Dispose method when implementing IDisposable interface
I created a class which implements IDisposable interface and VisualStudio IDE brought the Dispose method for me. I am wondering what code i should write inside the Dispose method so that it will take ...