destructors meaning in English
析构函数
析构器
Examples
- You cannot depend on finalizers or destructors or
不能依赖于终结器、析构函数或 - Destructors are also called when the program exits
程序退出时也会调用析构函数。 - Destructors are used to destruct instances of classes
析构函数用于析构类的实例。 - Managing exceptions in constructors and destructors
管理构造函数和析构函数中的异常 - In new syntax , destructors go to dispose
在新语法中,析构函数转到dispose ( )