包含

    initializer

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

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

    Initializer list must be terminated by

    预设值列表必须用终止符终止

    属类:行业术语-计算机术语-编程出错信息

    Initializer defines shared memory id m_shmid and a semaphore ms_mutex for synchronous event handling.

    Initializer定义了共享内存的idm_shmid和一个用来处理同步事件的信号量ms_mutex。

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

    An interface may not contain field declarations, initializer declarations, or nested class declarations.

    interface不能包含字段声明、初始值设定项声明或嵌套类声明。

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

    A static initializer is used to initialize a class object (not object instances) before its first use.

    static初始值设定项用于在首次使用之前对class对象(而不是对象实例)进行初始化。

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

    Try typing all the new student information in order to better learn the syntax for the object initializer .

    尝试键入新学生的所有信息,以便更好地了解对象初始值设定项的语法。

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

    This error indicates that you tried to modify an initializer in a generic type.

    此错误指示您尝试在泛型类型中修改初始值设定项。

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

    In addition, both fields and settable properties can be assigned within the body of the object initializer .

    此外,字段和可设置的属性均可在对象初始值的主体内部进行赋值。

    属类:无分类双语句库-msdn.microsoft.com-

    When a class initializer fails to initialize a type, a

    当类初始值设定项初始化类型失败时,将创建一个

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

    This error occurs when you try to modify an initializer that is assigned an anonymous method.

    当试图修改已分配了匿名方法的初始值设定项时,将发生此错误。

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

    Instead of a constructor, the body of the class contains the class initializer .

    方法来表示。类的主体包含类初始设定项,而不是构造函数。

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

    The static keyword can also be used to create a static initializer block that runs only once, when the object is first loaded into memory.

    关键字还可用来创建一个静态初始值设定项块,此块只在相应的对象被首次加载到内存中时运行一次。

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

    You can also get the class initializer using the TypeInitializer property.

    还可以使用TypeInitializer属性获取类初始值设定项。

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

    The static initializer runs first, as the class is loaded, followed by the main method (which is also static).

    加载类之后,静态初始化器首先运行,紧接着运行的是main方法(也是静态的)。

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

    When you create an anonymous type that contains an array, the array must be implicitly typed in the type’s object initializer .

    建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。

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

    Each student in the list is initialized with an object initializer .

    列表中的每个学生都已使用对象初始值设定项进行初始化。

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

    Whenever a particular type is required, the initializer for that type is transparently lifted into the type itself.

    每当需要一个特殊类型时,该类型的初始化器就很明显地被提升成类型本身。

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

    Anonymous types must be declared with an object initializer .

    匿名类型必须用对象初始值设定项加以声明。

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

    The static initializer in Listing 2 shows the registration process for a Customer class that contains two properties: name and salary.

    清单2中的静态初始化器显示了Customer类的注册过程,这个类包含两个属性:name和salary。

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

    If you declare more than one variable with the same As clause, you cannot supply an initializer for that group of variables.

    如果使用同一个As子句声明多个变量,则不能为该组变量提供一个initializer。

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

    If a variable is initialized with an empty initializer list, the object is value initialized.

    如果用空的初始化器列表对变量进行初始化,对象为初始化值。

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

    As with a normal aggregate initializer , missing values are treated as though they’d been given 0 as an initializer.

    使用普通的聚合初始化程序时,缺少的值会被认为它们已经被初始化程序指定为0来处理。

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

    An array initializer or a constraint list has not been ended in a valid fashion.

    数组初始值设定项或约束列表的结束方式无效。

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

    Array creation must have array size or array initializer

    数组创建必须有数组大小或数组初始值设定项

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

    Discusses changes in the calling order of initializer lists.

    讨论初始值设定项列表的调用的更改。

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

    Defines the initializer for this type.

    为此类型定义初始值设定项。

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

    Cannot initialize object of type ’type’ with a collection initializer .

    无法使用集合初始值设定项来初始化类型为“type”的对象。

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

    The following example demonstrates using the base class initializer .

    下面的示例说明使用基类初始值设定项。

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

    You can now roundtrip the manually entered portion of a constructor’s initializer for C++ code.

    现在您可以为C++代码手动输入部分构造器的起始符。

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

    To instantiate the object within the shared memory, define an additional class, Initializer .

    要对共享内存中的对象进行实例化,请定义另外一个类Initializer。

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

    To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.

    要使用动态字典,请创建会话对象并将其传递到二进制XML读取器或编写器的构造函数或初始值设定项。

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

    1 2
    查询记录
    简典