Welcome to MSDN Blogs Sign in | Join | Help

From The Depths

Matt Thalman's Blog

Browse by Tags

All Tags » C# Code   (RSS)
Should Interfaces Derive from IDisposable?
I've been defining some interfaces for some classes in our code. The classes implement IDisposable and I was wondering whether the class' corresponding interface should also derive from IDisposable. For example: class Foo : IFoo, IDisposable { public Read More...
Page view tracker