[an error occurred while processing this directive]
destructors
- 1 . All the windows are automatically unregistered in their destructors .
- 所有窗口自动在它们的析构函数中去注册.
来自互联网
- 2 . Destructors are needed only if there is work to do.
- 仅在有些工作需要析构函数完成时,才需要析构函数.
来自互联网
- 3 . Destructors provide appropriate safeguards, such as automatically calling the base type's destructor.
- 析构函数提供了适当的保护措施, 如自动调用基类型的析构函数.
来自互联网
- 4 . Destructors are the C # mechanism for performing cleanup operations.
- 析构函数是执行清理操作的C # 机制.
来自互联网
[!--filename--]
英语单词,1
双语例句
- 1 . All the windows are automatically unregistered in their destructors .
- 所有窗口自动在它们的析构函数中去注册.
来自互联网
- 2 . Destructors are needed only if there is work to do.
- 仅在有些工作需要析构函数完成时,才需要析构函数.
来自互联网
- 3 . Destructors provide appropriate safeguards, such as automatically calling the base type's destructor.
- 析构函数提供了适当的保护措施, 如自动调用基类型的析构函数.
来自互联网
- 4 . Destructors are the C # mechanism for performing cleanup operations.
- 析构函数是执行清理操作的C # 机制.
来自互联网
[an error occurred while processing this directive]