单词 | default constructor | ||||||||||||||
释义 | default constructor
更多释义 收起释义 例句释义: 默认构造函数,缺省构造函数,默认构造器 1. Any constructors that you define for structures must have at least one argument so that they do not conflict with the default constructor. 为结构定义的任何构造函数都必须至少有一个参数,以便不会与默认构造函数冲突。 technet.microsoft.com 2. Control automatically calls the default constructor of a business object to create and instance of it using reflection. 控件自动调用业务对象的默认构造函数,以使用反射创建该对象的实例。 msdn2.microsoft.com 3. If the class has no default constructor, then the class may not be used in these contexts . 如果类没有默认构造函数,则该类就不能用在这些环境中。 dictsearch.appspot.com 4. The default constructor has no arguments; its implementation calls the base class constructor. 默认的构造函数没有参数;其实现将调用基类构造函数。 msdn2.microsoft.com 5. Notice that the lack of a no-argument constructor violates the JavaBeans standard, which insists on a default constructor. 需要注意的一点是,无参数构造函数的缺失违反了JavaBeans的标准,该标准坚持要有一个默认的构造函数。 www.ibm.com 6. A type parameter can be constrained to be a reference type, a non- nullable value type, and to have a default constructor . 类型参数可以约束为引用类型、不可为空值类型和具有默认构造函数。 www.bing.com 7. Each value type has an implicit default constructor that initializes the default value of that type. 每种值类型均有一个隐式的默认构造函数来初始化该类型的默认值。 msdn.microsoft.com 8. For a partially specified strong name, create an AssemblyName object using the default constructor and set the name and public key. 对于部分指定的强名称,使用默认构造函数创建AssemblyName对象并设置名称和公钥。 msdn2.microsoft.com 9. Do not provide a default constructor for a structure. 不要为结构提供默认的构造函数。 msdn2.microsoft.com 10. A default constructor is always provided to initialize the struct members to their default values. 总是提供默认构造函数以将结构成员初始化为它们的默认值。 msdn2.microsoft.com 1. A class does so by defining a special constructor, known as the default constructor. 它是通过定义一个特殊的构造函数即默认构造函数来实现的。 blog.163.com 2. This instantiation involves the default constructor for the class being called, with the injection of dependencies happening afterwards. 这种实例化涉及到要调用的类的默认构造函数,随后还要注入依赖关系。 www.ibm.com 3. Eventually she will figure it out: Her code is missing the default constructor for the applet she is writing. 最后他将发现,他写的小应用程序代码缺少缺省的构造函数。 www-128.ibm.com 4. In effect, the compiler implements the default constructor by assigning all the fields of their default values (see Default Values Table). 实际上,编译器通过为所有字段赋予默认值(参见默认值表)来实现默认构造函数。 msdn2.microsoft.com 5. An implicitly-declared default constructor is an inline public member of its class. 一个隐式声明的构造函数是这个类的一个内联公有成员。 bbs.bccn.net 6. If this property is not set, the collection will typically use the default constructor of the appropriate type to construct a new item. 如果未设置此属性,集合通常会使用适当类型的默认构造函数来构造一个新项。 msdn2.microsoft.com 7. According to the CDI specification, having a no-arg default constructor makes this class eligible to be a managed bean. 根据CDI规范,有一个no-arg默认构造函数使得这个类能成为托管bean。 www.ibm.com 8. If you put a constructor, any constructor, in your class, the compiler will not build the default constructor. 如果你已经在你的类里写任何一个构造函数,编译器就不会生成默认的构造函数。 apps.hi.baidu.com 9. Cannot contain an explicit default constructor because one is provided automatically by the compiler. 不能包含显式默认构造函数,因为编译器将自动提供一个构造函数。 msdn2.microsoft.com 10. Note that you can drop the parentheses when using a default constructor (i. e. , one that takes no arguments). 注意,你在使用默认构造函数时可以不用写括号(例如,没有参数的构造函数)。 www.bing.com 1. To create a simple name, create an AssemblyName object using the default constructor and set the Name. 若要创建简单名称,请使用默认构造函数创建一个AssemblyName对象并设置Name。 msdn2.microsoft.com 2. The default constructor switches for run time to the local SQL Mobile database file from the same directory as the executing application. 对于运行时而言,默认构造函数从执行应用程序所在的同一个目录切换到本地SQLMobile数据库文件。 msdn2.microsoft.com 3. So calling the default constructor for a value type is not required. 因此对值类型调用默认构造函数不是必需的。 msdn2.microsoft.com 4. If the class has a default constructor, then we can define variables of that class without explicitly initializing them. 如果类具有默认构造函数,那么就可以在定义该类的变量时不用显式地初始化变量。 dictsearch.appspot.com 5. Operator calls the default constructor of the specific type and assigns the default value to the variable. 运算符时,将调用特定类型的默认构造函数并对变量赋以默认值。 msdn2.microsoft.com 6. If you don't put a constructor in your class, the compiler will put in a default constructor. 如果你的类里没有写构造函数,编译器会自动生成默认构造函数。 apps.hi.baidu.com 7. To create a full strong name, create an AssemblyName object using the default constructor and set the Name and KeyPair. 若要创建完整的强名称,请使用默认构造函数创建一个AssemblyName对象并设置Name和KeyPair。 msdn2.microsoft.com 8. The default constructor performs no parameter initialization. 默认构造函数不执行任何参数初始化。 msdn2.microsoft.com 9. Members that are of class type are initialized by running each member's own default constructor. 具有类类型的成员通过运行各自的默认构造函数来进行初始化。 dictsearch.appspot.com 10. Creates an instance of the type whose name is specified in the specified remote domain, using the named assembly and default constructor. 使用命名的程序集和默认构造函数,来创建其名称在指定的远程域中指定的类型的实例。 msdn2.microsoft.com 1. If there is no user-declared constructor for class X, a default constructor is implicitly declared. 如果类X没有用户声明的构造函数,则一个构造函数将会被隐式声明。 bbs.bccn.net 2. This essentially means that the WCF attribute will utilize the default constructor. 这基本上意味着WCF将会使用默认的构造器。 www.ibm.com 3. The default constructor creates an instance representing the current thread of execution. 缺省构造函数创建一个代表当前执行线程的一个实例。 patmusing.blog.163.com 4. The new operator is also used to invoke the default constructor for value types. new运算符还用于调用值类型的默认构造函数。 msdn2.microsoft.com 5. It seems that if your beans have a non-default constructor, the tooling will not generate the correct complexType for you. 如果Bean拥用非缺省的构造器,工具似乎不能为您生成正确的complexType。 www.ibm.com 6. Otherwise, the new item is automatically created through its public default constructor. 否则,该新项将通过其公共默认构造函数自动创建。 msdn2.microsoft.com 7. If the default constructor is used, the channel functions only as a client channel, and does not listen on any ports. 如果使用默认构造函数,则信道仅用作客户端信道,不在任何端口上侦听。 msdn2.microsoft.com 8. Your component or control must provide a default constructor with no parameters. 您的组件或控件必须提供一个不带参数的默认构造函数。 technet.microsoft.com 9. For reference types this means an attempt will be made to create an object instance using the default constructor. 将返回默认实例。对于引用类型,这意味着将尝试使用默认构造函数创建对象实例。 msdn2.microsoft.com 10. Notice that there is no default constructor in the source code. 请注意,在源代码中没有任何默认构造函数。 technet.microsoft.com 1. Instance to the states you want and call the default constructor. 实例中的属性设置为所需状态,并调用默认构造函数。 msdn2.microsoft.com 2. Define a default constructor if your UI type editor requires special initialization. 如果您的UI类型编辑器需要进行特殊的初始化,则应定义一个默认的构造函数。 msdn2.microsoft.com 3. C: The default constructor initializes the instance variables declared in the class. 默认的构造函数初始化类的实例变量。 community.csdn.net 4. This constructor initializes members of class type by running that class's default constructor; members of built-in type are uninitialized . 这个构造函数通过运行该类的默认构造函数来初始化类类型的成员,内置类型的成员不进行初始化。 dictsearch.appspot.com 5. The item is automatically created through its public default constructor. 会通过它的公共默认构造函数自动创建该项。 msdn2.microsoft.com 6. A. The default constructor initializes method variables. 默认构造函数初始化方法变量 zhidao.baidu.com 7. Equally important, the initializers are added to the compiler-generated default constructor. 同样重要的是,初始化器被加到了编译器生成的默认构造函数中。 dictsearch.appspot.com 8. Creates an instance of the type whose name is specified, using the named assembly file and default constructor. 使用命名的程序集文件和默认构造函数,创建名称已指定的类型的实例。 msdn2.microsoft.com 9. A public default constructor could not be found for the current item type. 找不到当前项类型的公共默认构造函数。 msdn2.microsoft.com 10. The default constructor is used by the SOAP run time environment to construct the object during the deserialization process. 在反序列化的过程中,SOAP运行时环境使用缺省构造器来构造对象。 www.ibm.com 1. Creates an instance of the COM object whose name is specified, using the named assembly file and the default constructor. 使用命名的程序集文件和默认构造函数,创建指定名称的COM对象的实例。 msdn.microsoft.com 2. The default constructor initializes all the fields to their default values. 该默认构造函数将所有字段初始化为它们的默认值。 msdn2.microsoft.com 3. If our container holds objects of a class type, then we can use this constructor only if the element type has a default constructor. 如果容器存储类类型的对象,那么只有当其元素类型提供默认构造函数时,容器才能使用这种构造函数。 dictsearch.appspot.com 4. A default constructor and a field named Field, of type T, are added to class Sample. 将默认构造函数和一个名为Field、类型为T的字段添加到类Sample。 msdn2.microsoft.com 5. The creator attribute here is set to the value new, meaning that DWR should call the class's default constructor to obtain an instance. 这里的creator属性被设置为值new,这意味着DWR应当调用类的默认构造函数来获得实例。 www.ibm.com 6. Because this base class contains no state, the default constructor does nothing. 由于此基类不包含状态,默认构造函数不执行任何操作。 msdn2.microsoft.com 7. Constructor is the default constructor and initializes any fields to their default values. 构造函数是默认的构造函数,它将所有字段初始化为它们的默认值。 msdn2.microsoft.com 8. Or, as the following example shows, you can pass the data using a non-default constructor. 另外,您还可以使用非默认的构造函数来传递该数据,如下面的示例所示。 msdn.microsoft.com 9. In the method (shown below), you create a Shell object with the default constructor. 在下面的方法中,您在默认的构造函数中创建Shell对象。 www.ibm.com 10. Types must have a public default constructor to be activated from COM. 类型必须有一个公共默认构造函数才能从COM中激活。 msdn2.microsoft.com 1. When this code is compiled into an assembly, the C# compiler will insert a default constructor, which will violate this rule. 将此代码编译为程序集时,C#编译器将插入默认构造函数,这会与该规则冲突。 technet.microsoft.com 2. Data members of class type are initialized by running the type's default constructor. 运行该类型的默认构造函数,来初始化类类型的数据成员。 dictsearch.appspot.com 3. The values set by the default constructor of the. 类的默认构造函数设置的值。 msdn2.microsoft.com 4. This method calls the default constructor for the class. 此方法调用该类的默认构造函数。 msdn2.microsoft.com 5. This default constructor sets the TabStop property to false. 此默认构造函数将TabStop属性设置为false。 msdn2.microsoft.com 6. If we provide no element initializers for an array of class type, then the default constructor is used to initialize each element. 如果没有为类类型数组提供元素初始化式,则将用默认构造函数初始化每个元素。 dictsearch.appspot.com 7. True if the list type has a default constructor; otherwise, false. 如果列表类型具有默认构造函数,则为true;否则为false。 msdn2.microsoft.com 8. The first is a default constructor that sets a timestamp member variable. 第一部分是一个默认的构造函数,用来设置timestamp变量的值。 www.cnblogs.com 9. Otherwise, the component should create an item using the default constructor. 否则,该组件将使用默认构造函数创建项。 msdn2.microsoft.com 10. Though you can use the class and the default constructor constraint, it adds no value. 虽然您可以使用类和默认构造函数约束,但这样做没有任何价值。 msdn2.microsoft.com 1. You didn't need to type extends java. lang. Object explicitly or provide a default constructor for the class. 您无需显式输入extendsjava.lang.Object或提供类的默认构造函数。 www.ibm.com 2. DefaultConstructible objects only need to have a default constructor. 可缺省构造的对象只需具有一个缺省构造函数。 boost-doc-zh.googlecode.com 3. If that class does not have a default constructor, then the attempt by the compiler to use it will fail. 如果那个类没有默认构造函数,则编译器尝试使用默认构造函数将会失败。 blog.163.com 4. D. If a class lacks a no-arg constructor, the compiler always creates a default constructor. 如果类中没有定义空参构造函数,那么编译器会为你创建一个 zhidao.baidu.com 5. Some frameworks that rely heavily on reflection won't work with this idiom because they require a default constructor. 一些重度依赖反射的框架无法使用这种编程技法来工作,因为他们需要一个默认的构造函数。 www.ibm.com 6. This code first creates a new InitialContext using the default constructor. 上面的代码首先使用缺省的构造器创建一个新InitialContext。 www.ibm.com 7. In this case, the type contained in the list should have a default constructor. 在这种情况下,列表中包含的类型应有默认的构造函数。 msdn2.microsoft.com 8. In the preceding example, the default constructor assigned the value 0 to myInt. 在上例中,默认构造函数将值0赋给了myInt。 msdn2.microsoft.com 9. It must have a public default constructor. 必须拥有公有的默认构造函数。 www.ibm.com 10. Because I'm building a class myself, I need to explicitly create the default constructor. 因为我自己正在构建一个类,所以我需要显式地创建默认构造函数。 www.ibm.com 1. The parent type (base type) does not have a default constructor. 父类型(基类型)没有默认构造函数。 msdn2.microsoft.com 2. If a base class does not offer a default constructor, the derived class must make an explicit call to a base constructor using 如果基类没有提供默认构造函数,派生类必须使用 msdn2.microsoft.com 3. In . NET, a default constructor is also needed for a serialization class 在.NET中,序列化类也需要缺省构造函数。 www.ibm.com 4. Default constructor initializes any fields to their default values 将所有字段初始化为其默认值 msdn2.microsoft.com 5. Compiler could not generate Default constructor for Class 编译器不能生成所需的缺省构造函数 course.cugnc.com 6. The default constructor automatically makes a call to 所以缺省构造函数会自动调用 www-128.ibm.com 7. For example, the following statement invokes the default constructor of the Point struct 例如,下列语句调用了Point结构的默认构造函数 msdn2.microsoft.com 8. Scenario 2: Use jMock to mock a concrete class with a default constructor 场景2:使用jMock模拟带有默认构造函数的具体类 www.ibm.com 9. The type must have a default constructor, unless you handle the 类型必须具有默认构造函数,除非您自己处理 msdn2.microsoft.com 10. Or if the value type does not have a default constructor, the 或者该值类型没有默认构造函数,则不修改 msdn2.microsoft.com 1. Or if the value type does not have a default constructor, the 或者该值类型没有默认构造函数,则不修改 msdn2.microsoft.com 2. For example, this code uses the default constructor for 例如,下面的代码使用 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。