G
Guest
We are using FxCOP in our coding process and implementing the Dispose pattern
in some of our classes. Our resources are not unmanaged, so Finalizers are
not necessary.
Is there any harm in calling SuppressFinalize and passing an object that
does not implement a finalizer?
in some of our classes. Our resources are not unmanaged, so Finalizers are
not necessary.
Is there any harm in calling SuppressFinalize and passing an object that
does not implement a finalizer?