C# IDisposable pattern on sub-classes

added by Stops
7/15/2011 4:08:39 AM

99 Views

Ever asked yourself how to implement a IDisposable interface on a sub-class, where the base-class already implements the IDisposable interface?


0 comments