Sign in
From The Depths
Matt Thalman's blog: Senior developer working on Microsoft's Visual Studio LightSwitch product.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
C# Code
IDisposable
Live Mesh
Object-Relational Mapping
OneNote
Security
SQL Server Yukon
Visual Studio LightSwitch
Windows Phone
WPF
Browse by Tags
MSDN Blogs
>
From The Depths
>
All Tags
>
.net
Tagged Content List
Blog Post:
Should Interfaces Derive from IDisposable?
Matt Thalman
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 void Bar() { } public void Dispose() { }...
on
13 Mar 2009
Page 1 of 1 (1 items)