K
Kevin Phifer
If you are not creating a finializer in your class, but
you are implementing IDisposable, is it still a good idea
to call GC.SupressFinialize inside the dispose method?
Does this somehow make reclaimation faster?
sorry for any syntax errors, as this is more of a theory
question.... Thanx in advance....
you are implementing IDisposable, is it still a good idea
to call GC.SupressFinialize inside the dispose method?
Does this somehow make reclaimation faster?
sorry for any syntax errors, as this is more of a theory
question.... Thanx in advance....