Destructor question

  • Thread starter Thread starter Keith Smith
  • Start date Start date
Since the Garbage Collector collects only managed code garbage, you want to
use the destructor to clean up any unmanaged code items. For example, you
may want to close database connections.

Greg
 
Back
Top