mhappy ·
·
阅读: 366
It is important to understand that the destructor is called prior to garbage collection. It is not called when an object goes out of scope, for example. (This differs from destructors in C++, which are called when an object goes out of scope.)
C#教程里的一段,讲析构函数的。 这里的SCOPE啥意思?