单词 | derived type |
释义 | 例句释义: 派生类型,衍生林型,衍生型别,导出类型,衍生类型 1. Thrown when an explicit conversion from a base type to an interface or to a derived type fails at runtime. 当从基类型到接口或派生类型的显式转换在运行时失败时,就会引发此异常。 msdn2.microsoft.com 2. If you call the derived type's GetHashCode method, the return value is not likely to be suitable for use as a key in a hash table. 如果您调用派生类型的GetHashCode方法,则返回值不大可能适合用作哈希表中的键。 msdn2.microsoft.com 3. Type interceptors, instead, just mock the type of the intercepted object and work on an instance of a derived type. 相反,类型侦听器只是类比已截获物件的类型,并在派生类型的实例上工作。 msdn.microsoft.com 4. An inheritance line with an arrow pointing from the derived type to the base type appears between the two shapes on the diagram. 在关系图上的两个形状之间将会出现一条继承连线,其箭头从派生类型指向基类型。 msdn2.microsoft.com 5. This enables you to reflect on the inherited members of a derived type. 这样就让您能够反映衍生型别的继承成员。 technet.microsoft.com 6. This means that the derived type is exactly the same type as the base class since it has exactly the same interface. (不是很懂)这意味着衍生类型和基类是相同的类型因为他们有着相同的接口。 www.douban.com 7. Instead, this method is inherited by a derived column class, which can then be used to reset a column of the derived type. 相反,此方法由派生的列类继承,该类随后可用于重置派生类型的列。 msdn2.microsoft.com 8. A derived type can be cast to a primitive type if its primitive ancestor can be cast to the target type. 如果派生类型的基元祖先可以转换为目标类型,则该派生类型可以转换为基元类型。 msdn2.microsoft.com 9. A virtual method can be implemented by a derived type and can be invoked either statically or dynamically. 虚方法可以由派生的类型来实现,既可静态调用,也可动态调用。 msdn2.microsoft.com 10. It might seem surprising that a conversion from a derived type to one of its base types is widening. 从派生类型到它的基类型的转换正在扩大,这看起来可能让人吃惊。 msdn2.microsoft.com 1. The virtual method cannot be overridden in a derived type. 虚方法不能在派生类型中被重写。 msdn2.microsoft.com 2. The type shape of the derived type also displays the name of the base type. 派生类型的类型形状还将显示基类型的名称。 msdn2.microsoft.com 3. In the opposite direction, the base type does not contain any new members defined by the derived type. 在相反的方向,基类型不包含由派生类型定义的任何新成员。 msdn2.microsoft.com 4. If the derived type overrides a base type member, the base type member is not copied to the derived type's prototype. 如果派生类型重写基类型成员,则基类型成员不会复制到派生类型的原型。 technet.microsoft.com 5. Designers of a base class can anticipate the aspects of their base class that are likely to change for a derived type. 基类的设计者可以预测到其基类中可能会在派生类中发生更改的方面。 msdn2.microsoft.com 6. The only exception is when the derived type is itself an abstract type. 只有当派生的类型本身是抽象类型的时候,情况例外。 msdn2.microsoft.com 7. On the class diagram, drag a line from the shape that represents the derived type to the shape that represents the base type. 在类图上,将一条连线从表示派生类型的形状拖动至表示基类型的形状。 technet.microsoft.com 8. On the class diagram, drag a line from the shape representing the derived type to the shape representing the base type. 在类关系图上,将一条连线从表示派生类型的形状拖动至表示基类型的形状。 msdn2.microsoft.com 9. to enforce that only the derived type, or a more derived type, is passed to the method. 强制只能将衍生型别或衍生程度更大的型别传递至方法。 technet.microsoft.com 10. Schema validation warning: The derived type and the base type must have the same content type. 架构验证警告:派生类型和基类型必须具有相同的内容类型。 msdn2.microsoft.com 1. Declare the derived type as a class or structure instead. 而应将导出类型声明为类或结构。 msdn.microsoft.com 2. A derived type can hide an inherited member by defining a new member with the same signature. 派生类型可通过使用相同的签名定义一个新成员,从而隐藏继承的成员。 msdn2.microsoft.com 3. Covariance enables you to use a more derived type than that specified by the generic parameter. 通过协变,可以使用与泛型参数指定的派生类型相比,派生程度更大的类型。 msdn.microsoft.com 4. The vitamin used in this study is a plant-derived type called vitamin D2. 本次实验中使用的维生素是从植物中提取的,是维生素D2。 www.bing.com 5. To view a derived type, an inheritance relationship must exist between two types. 要查看派生类型,两个类型之间必须存在继承关系。 msdn2.microsoft.com 6. As a result, any base field that is not used in the derived type is a waste of good memory. 因此,派生类型中未使用的任何基本字段都会浪费良好的内存。 www.cnblogs.com 7. A derived type can override an inherited virtual method. 派生类型可以重写继承的虚方法。 msdn2.microsoft.com 8. Conversions from derived type to base type are allowed. 允许从派生类型型到基类类型的转换。 dictsearch.appspot.com 9. Each derived type may add its own data, which we will want to include when testing for equality. 每个派生类型可以增加自己的数据,我们希望在测试相等的时候包含这些数据。 dictsearch.appspot.com 10. The problem with Ada 95 is that it only permits a derived type to have one immediate ancestor. Ada95存在的问题在于,它只支持一个获得的类型拥有即时的起源。 www.ibm.com 1. One or more fields of the derived type is used to calculate the return value. 派生类型的一个或多个字段用于计算返回值。 msdn2.microsoft.com 2. Nevertheless, both the Visual Basic and C# compilers allow you to touch static members of a base type through a derived type name. 不管怎样,VisualBasic和C#编译器都允许您通过派生的类型名称来触及基类型的静态成员。 www.cnblogs.com 3. The problem here is that at the time when the base type's constructor is executing, the derived type's constructor has not yet executed. 这里的问题是,当基础类型的构造函数执行时,派生类型的构造函数尚未执行。 msdn.microsoft.com 4. For example, to override a field or property, create an XmlElementAttribute, using the new, derived type. 例如,若要重写字段或属性,则使用新的派生类型创建XmlElementAttribute。 msdn2.microsoft.com 5. A derived type declares a method with the same name and with the same number of parameters as one of its base methods; 派生类型声明一个与它的某个基方法具有相同名称和相同参数数目的方法; technet.microsoft.com 6. The derived type that introduces mixed content should be specified as follows 应按如下所示指定引入混合内容的派生类型 msdn2.microsoft.com 7. Matching rule for generic derived type 类属导出类型区配规则 www.sinobay.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。