P
proxyuser
If I have a class that instantiates IDisposable objects for the lifetime of
my object, does that mean I always "have to" implement IDisposable as well
to dispose them? (Assuming I have no other reason to be disposable myself.)
If so, is there an easy way to know which objects are IDisposable without
having to go up the hierarchy chain of each included object? Not that this
is a major problem, I'm just askin'....
my object, does that mean I always "have to" implement IDisposable as well
to dispose them? (Assuming I have no other reason to be disposable myself.)
If so, is there an easy way to know which objects are IDisposable without
having to go up the hierarchy chain of each included object? Not that this
is a major problem, I'm just askin'....