Implementing IDisposable
Classes that use unmanaged resources, or that hold references to managed objects that themselves use unmanaged resources, should always implement the IDisposable interface. The correct use of this interface ensures the efficient release of resources.
Tutorials > C# > Beginner
More from BlackWasp

Mail to a Friend  |  Permalink