包含

    destructor

    的中国译典句库查询结果如下:

    详细句库 左右对照 句库目录 中文百科 Wiki百科 英文搜索 点击左侧选项卡,可以快捷查询右侧输入窗的内容

    If the destructor is empty, this simply results in a needless loss of performance.

    如果析构函数为空,则只会导致不必要的性能丢失。

    属类:IT行业-msdn2.microsoft.com-

    If the destructor is empty, this just causes a needless loss of performance.

    如果析构函数为空,只会导致不必要的性能损失。

    属类:IT行业-msdn2.microsoft.com-

    If the destructor is empty, this simply results in a loss of performance.

    如果析构函数为空,只会导致性能降低。

    属类:IT行业-msdn2.microsoft.com-

    To resolve, remove the function call that causes the destructor to not return.

    若要解决此问题,请移除导致析构函数不能返回的函数调用。

    属类:IT行业-msdn2.microsoft.com-

    To see what happens when a Cardgame object is destroyed, view the destructor for the Cardgame class.

    若要明白在Cardgame对象销毁时会发生什么,请查看Cardgame类的析构函数。

    属类:IT行业-msdn2.microsoft.com-

    Use destructor syntax to specify instructions to execute when your object is destroyed.

    使用析构函数语法指定销毁对象时执行的指令。

    属类:IT行业-msdn2.microsoft.com-

    Is the object destructor , but it should not be used unless you really, really need it.

    是对象析构器,但是除非您确实非常非常需要,否则不应该使用它。

    属类:IT行业-www-128.ibm.com-

    First, the destructor of the object that's being deleted is called.

    首先,调用将要被删除的对象的析构函数。

    属类:英汉句库-article.yeeyan.org-

    Object. By implementing a destructor you can perform cleanup just before your component is removed from memory.

    通过实现析构函数,可以在将组件从内存移除前执行清除操作。

    属类:IT行业-msdn2.microsoft.com-

    This destructor is what our Managed Extensions user programs invoke either directly or through an application of the delete expression.

    托管扩展用户程序将直接调用此析构函数,或通过应用delete表达式进行调用。

    属类:IT行业-msdn2.microsoft.com-

    object to release resources and perform other cleanup operations before its destructor is called.

    物件在呼叫其解构函式之前,释放资源并执行其他清除作业。

    属类:IT行业-technet.microsoft.com-

    A destructor is named in a similar manner, except that it has a ~ (tilde) followed by the parent's name.

    析构方法按类似的方式命名,除了它的母体名前有一个~(否定号)。

    属类:IT行业-www.ibm.com-

    Name of destructor must match name of class

    析构函数的名称必须与类的名称匹配

    属类:IT行业-msdn2.microsoft.com-

    A destructor does not take modifiers or have parameters.

    析构函数既没有修饰符,也没有参数。

    属类:IT行业-technet.microsoft.com-

    Destructor may not immediately execute when an object loses scope.

    析构函数可能不会在对象失去范围时立即执行即可。

    属类:IT行业-msdn2.microsoft.com-

    Destructor is a protected method that can be called only from the class it belongs to, or from derived classes.

    析构函数是只能从其所属类或派生类调用的受保护方法。

    属类:IT行业-msdn2.microsoft.com-

    Although a destructor is a method, it cannot have parameters.

    析构函数虽然是一种方法,但它不能有参数。

    属类:IT行业-msdn2.microsoft.com-

    To release resources and perform other clean-up operations before its destructor is called.

    在调用其析构函数之前释放资源并执行其他清理操作。

    属类:IT行业-msdn2.microsoft.com-

    The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed.

    在垃圾回收销毁组件并回收其内存之前调用析构函数。

    属类:IT行业-msdn2.microsoft.com-

    In Listing 24, the constructor of F is called before F2; likewise for the destructor .

    在清单24中,先调用F的构造函数,然后是F2的;对于销毁函数也是这样。

    属类:IT行业-www.ibm.com-

    When either a destructor is invoked explicitly under the new syntax, or when

    在新语法下显式调用析构函数时,或者将

    属类:IT行业-msdn2.microsoft.com-

    This destructor would have to be called specifically before unsetting the parent class reference.

    这种解构器必须在解除父类引用之前进行调用。

    属类:IT行业-www.ibm.com-

    Specifies whether the class destructor is virtual.

    指定类析构函数是否是虚的。

    属类:IT行业-msdn2.microsoft.com-

    1 2
    查询记录
    简典