S
steve bull
If I have two classes both of which have unmanaged resources that need to be cleaned up. For example class B is a child of class A
and I create an instance of class B. Then, if I call B.Dispose - Does A.Dispose get called automatically or do I have to clean up
the unmanaged resource in class A as well in B.Dispose?
Thanks,
Steve
and I create an instance of class B. Then, if I call B.Dispose - Does A.Dispose get called automatically or do I have to clean up
the unmanaged resource in class A as well in B.Dispose?
Thanks,
Steve