class mind { ~mind() { } public static - TopicsExpress



          

class mind { ~mind() { } public static void Main() { } } //The destructor implicitly calls Finalize on the base class of the object. Therefore, the previous destructor code is implicitly translated to the following code: Copy protected override void Finalize() { try { // Cleanup statements... } finally { base.Finalize(); } }
Posted on: Sat, 29 Jun 2013 08:05:29 +0000

Trending Topics



Recently Viewed Topics




© 2015