Destructor in C#

  • Thread starter Thread starter Jeff0803
  • Start date Start date
J

Jeff0803

Guest
As far as I know, the destructor is called implicitly by the .NET Framework's Garbage collector and therefore programmer has no control as when to invoke the destructor.

However, if I search Finalizer from MSDN, there's still destructor exists(for example, ~Car()).

When can I use destructor?

Continue reading...
 

Similar threads

Back
Top