单词 | type parameter |
释义 | 例句释义: 类型参数,类型形参,型别参数,型态参数 1. To be generic, the procedure must take at least one type parameter, in addition to any normal parameters it might take. 若要成为泛型,除了可能采用的一般参数以外,程序至少必须采用一个型别参数。 technet.microsoft.com 2. The name of a generic type parameter on an externally visible type or method does not start with an uppercase 'T'. 外部可见的类型或方法上的泛型类型参数的名称不以大写的“T”开头。 207.46.16.251 3. Used to restrict types that might be used as arguments for a type parameter in a generic declaration. 用于在泛型声明中约束可能用作类型参数的参数的类型。 msdn2.microsoft.com 4. In the type system, a generic type parameter is represented by an instance of Type, just as ordinary types are. 在类型系统中,和普通类型一样,泛型类型参数是由Type的实例表示的。 msdn2.microsoft.com 5. Message types that start with IPC do not appear in the inbox of the mail client and must be found or read by setting the type parameter. 以IPC开头的邮件类型不会显示在邮件客户端的收件箱中,必须通过设置type参数来查找或读取。 technet.microsoft.com 6. A covariant delegate can be assigned another delegate of the same type, but with a more derived generic type parameter. 可以向协变委托分配同一类型的其他委托,但需使用派生程度较大的泛型类型参数。 msdn.microsoft.com 7. Constrain the type parameter to accept only a reference type, or do not use it for the optional parameter. 约束类型参数以便只接受引用类型,或者,不要为可选参数使用它。 technet.microsoft.com 8. In rare situations, it is necessary to determine the position of a type parameter in the type parameter list of its declaring class. 在极少情况下,需要确定类型参数在其声明类的类型参数列表中的位置。 msdn2.microsoft.com 9. The type parameter of that function allows a DER-encoded certificate to be loaded. 这个函数的type参数让我们可以加载使用DER编码的证书。 www.ibm.com 10. To see why, consider what would happen when a class that extended a type parameter was erased. 要了解其原因,请考虑在继承类型参数的类被消除时会出现什么情况。 www.ibm.com 1. Similarly, the constraints in a constraint list for a generic type parameter must be enclosed in braces. 同样,泛型类型参数的约束列表中的约束也必须括在大括号中。 msdn2.microsoft.com 2. The following code displays the name and parameter position of a Type object that represents a generic type parameter. 下面的代码演示表示泛型类型参数的Type对象的名称和参数位置。 msdn2.microsoft.com 3. A type argument supplied to a generic type does not satisfy the reference type constraint on its corresponding type parameter. 提供给泛型类型的类型变量不满足其相应的类型参数上的引用类型约束。 msdn2.microsoft.com 4. 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 5. A type parameter name stands for the type within the body of the generic declaration. 类型参数名称代表泛型声明主体中的类型。例如, msdn2.microsoft.com 6. But this code does not work -- you cannot instantiate an array of a type represented by a type parameter. 但是这段代码不能工作——不能实例化用类型参数表示的类型数组。 www.ibm.com 7. A type argument supplied to a generic type does not satisfy the value type constraint on its corresponding type parameter. 提供给泛型类型的类型变量不满足其对应类型参数上的值类型约束。 msdn2.microsoft.com 8. In this case, the key (first type parameter) is of type String, and the values in the dictionary are instances of a class named Example. 在这种情况下,键(第一个类型参数)的类型为String,字典中的值是名为Example的类的实例。 msdn2.microsoft.com 9. If such a constraint is used, it must appear before any other constraints on that type parameter. 这样的约束一经使用,就必须出现在该类型参数的所有其他约束之前。 msdn2.microsoft.com 10. The following example shows a skeleton definition of a generic class with a constraint list on the type parameter. 下面的示例演示带有类型参数约束列表的泛型类的主干定义。 msdn2.microsoft.com 1. How the MSIL for a generic type is used differs based on whether or not the supplied type parameter is a value or reference type. 泛型类型的MSIL的使用因所提供的类型参数是值类型还是引用类型而不同。 msdn2.microsoft.com 2. Generic type parameter names should start with an uppercase 'T' and optionally may be followed by another uppercase letter. 泛型类型参数名称应以大写字母“T”开头,后面可跟另一个大写字母。 207.46.16.251 3. The first part of the signature (within the angle brackets '') is just the list of type parameter definitions for the class. 签名的第一部分(位于尖括号‘’内)就是该类的类型参数定义清单。 www.ibm.com 4. Every generic programming element must take at least one type parameter. 每个泛型编程元素必须至少获取一个类型参数。 msdn2.microsoft.com 5. If the current Type represents a type parameter in the definition of a generic type or generic method , this property always returns false. 获取泛型类型参数所属的泛型类型定义或泛型方法定义。 www.bing.com 6. A procedure is declared with an optional parameter that uses a type parameter that is not constrained to be a reference type. 通过某个可选参数声明了过程,该参数使用未约束为引用类型的类型参数。 technet.microsoft.com 7. If the current type parameter belongs to a generic method, the type in which the method is declared might not be generic. 如果当前类型参数属于某个泛型方法,则声明该方法的类型可能不是泛型。 msdn2.microsoft.com 8. Returns the type of an array whose element type is the generic type parameter, with the specified number of dimensions. 返回数组的类型,该数组的元素类型为泛型类型参数,且具有指定维数。 msdn2.microsoft.com 9. For the simplest form of type parameter definition, this most general parameter type is just java. lang. 对于类型参数定义的最简单形式,这个最通用的参数类型就是java.lang.Object; www.ibm.com 10. Gets the position of a type parameter in the type parameter list of the generic type that declared the parameter. 获取某个类型参数在类型参数列表中的位置,该列表具有声明该参数的泛型类型。 msdn2.microsoft.com 1. Needless to say, this corresponds to the type parameter accepted by the Web service operation (retrieveByType). 不用说,这对应于Web服务操作(retrieveByType)接收的type参数。 www.ibm.com 2. Consider indicating constraints placed on a type parameter in the name of parameter. 考虑在参数名称中指示置于类型参数上的约束。 msdn2.microsoft.com 3. Base classes or interfaces for generic classes cannot be specified by a type parameter. 泛型类的基类或接口不能由类型参数指定。 msdn2.microsoft.com 4. instead, assembly, module, type, parameter, and field representations must first be exported from the assembly to a type library. 相反,它必须首先将程序集、模块、类型、参数和字段表示形式从程序集导出到类型库中。 technet.microsoft.com 5. An assembly-qualified type can be enclosed in brackets only when it appears within a type parameter list. 只有当程序集限定类型出现在类型参数列表中时,才可以将它括在中括号内。 msdn2.microsoft.com 6. The details returned for each item can be set through the type parameter, allowed values being "lite" or "heavy. " 所返回的每个条目的详细信息可以通过type参数来设置,允许值有“lite”或“heavy”。 www.ibm.com 7. Tag should be used in the comment for a generic type or method declaration to describe a type parameter. 在泛型类型或方法声明的注释中应该使用。 msdn2.microsoft.com 8. Indicating constraints placed on a type parameter in the name of parameter. 在参数名中指示对此类型参数的约束。 msdn2.microsoft.com 9. The array must contain the correct number of Type objects, in the same order as they appear in the type parameter list. 数组必须包含正确数目的Type对象,并且顺序和对象在类型参数列表中的顺序相同。 msdn2.microsoft.com 10. If the current Type represents a type parameter of a generic type, this property always returns false. 如果当前Type表示某种泛型类型的类型形参,则此属性始终返回false。 msdn2.microsoft.com 1. If x is a generic collection, o does not have to be type-compatible with the type parameter of x. 如果x是一个泛型集合,那么o不一定与x的类型参数兼容。 www.ibm.com 2. A programming element is qualified with a qualification string that includes a type parameter. 使用包括类型参数的限定字符串限定了编程元素。 msdn2.microsoft.com 3. For instance C is not a naked type parameter, but (in the body of C), T is. 例如,C不是“外露”类型参数,但(在C主体中)T是。 www.ibm.com 4. When a generic type parameter is used as a constraint, it is called a naked type constraint. 用作约束的泛型类型参数称为裸类型约束。 msdn2.microsoft.com 5. A way of limiting the types that can be specified for a generic type parameter. 一种限制可以为泛型类型参数指定的类型的方法。 msdn2.microsoft.com 6. Method to obtain the base type constraint and interface constraints of a type parameter. 方法可获取类型参数的基类型约束和接口约束。 msdn2.microsoft.com 7. That code will be used in any further request for a reference type instead of a generic type parameter. 在以后的任何针对引用类型而不是一般类型参数的请求中,都将使用该代码。 msdn2.microsoft.com 8. Property to determine whether the type parameter comes from a generic method. 属性确定类型参数是否来自泛型方法。 msdn2.microsoft.com 9. Describes the constraints on a generic type parameter of a generic type or method. 描述对泛型类型或泛型方法的泛型类型参数的约束。 msdn2.microsoft.com 10. In other words, the type parameter is a string consisting of casting, trolling, or other. 换句话说,type参数是包含casting、trolling或other的字符串。 www.ibm.com 1. Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method. 获取一个表示声明方法的MethodBase(如果当前Type表示泛型方法的一个类型参数)。 msdn2.microsoft.com 2. Types with more then one type parameter must have the appropriate number of commas in the specification. 具有不止一个类型参数的类型的规范中必须有适当数量的逗号。 msdn2.microsoft.com 3. A closed generic type is a type declaration where a particular type is specified for a type parameter. 封闭式泛型类型是为类型参数指定特定类型的类型声明。 www.juyy.net 4. Is a generic type parameter, then the runtime behavior is determined by the type that is specified for that generic type parameter. 为泛型类型参数,则运行时行为由为该泛型类型参数指定的类型决定。 msdn2.microsoft.com 5. Returns the type of a one-dimensional array whose element type is the generic type parameter. 返回元素类型为泛型类型参数的一维数组的类型。 msdn2.microsoft.com 6. The optional result_type parameter accepts a constant and determines how the returned array will be indexed. 可选的result_type参数接受一个常量并决定返回的数组如何索引。 ir.php.net 7. Does not represent a generic type parameter, the value of this property is undefined. 不表示某个泛型类型参数,则未定义此属性的值。 msdn2.microsoft.com 8. TypeName is a pointer, passed by reference, or is a generic class with a Void as its type parameter. typeName是一个通过引用传递的指针,或者是一个将Void作为其类型参数的泛型类。 msdn2.microsoft.com 9. Then the type parameter instantiations would be inferred automatically from the method arguments. 然后会自动地从方法参数中推断出类型参数的实例化。 www.ibm.com 10. The generic type parameter T is the primary type that you wish to cast the class to. 您希望对类进行强制转换的主要类型是泛型类型参数T。 www.ibm.com 1. Remove the type parameter from the qualification string, or replace it with a defined type. 从限定字符串中移除类型参数,或将其替换为某个已定义类型。 msdn2.microsoft.com 2. Values that describes the covariance and special constraints of the current generic type parameter . 值的按位组合,用于描述当前泛型类型参数的协变和特殊约束。 www.bing.com 3. The documentation of a generic type includes a tag for the type parameter that has the wrong name. 泛型类型的文档中包含名称错误的类型参数的标记。 msdn2.microsoft.com 4. Property to determine its position in the type parameter list where it was defined. 属性确定其在定义时在类型参数列表中的位置。 msdn2.microsoft.com 5. Creates an instance of the type designated by the specified generic type parameter, using the parameter less constructor . 使用与指定参数匹配程度最高的构造函数创建指定类型的实例。 msdn.microsoft.com 6. Object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to. 对象,该动态程序集包含当前类型参数所属的泛型类型定义。 msdn2.microsoft.com 7. The following example demonstrates passing a reference-type parameter, arr, by value, to a method, Change. 下面的示例演示通过值向Change方法传递引用类型的参数arr。 msdn2.microsoft.com 8. The position of the type parameter in the type parameter list of the generic type or method that declared the parameter. 类型参数在声明该参数的泛型类型或方法的类型参数列表中的位置。 msdn2.microsoft.com 9. A type parameter represents a requirement for a type that is to be supplied when the generic type is constructed. 类型参数代表要在构造泛型类型时提供的类型的要求。 msdn2.microsoft.com 10. The following code example contains source code for a generic class named Sample that has a type parameter named T. 下面的代码示例包含Sample泛型类的源代码,该泛型类有一个T类型参数。 msdn2.microsoft.com 1. Despite this identical bytecode, the type parameter information is recorded in the class format using a new signature attribute. 尽管是相同的字节码,但是类型参数信息用一个新的签名(signature)属性记录在类模式中。 www.ibm.com 2. Code block 8 uses a generic delegate called GenericEventHandler, which accepts a generic sender type and a generic type parameter. 代码块8使用名为GenericEventHandler的一般委托,它接受一般发送者类型和一般类型参数。 msdn2.microsoft.com 3. Accessing type parameter information through reflection is somewhat complex. 通过反射访问类型参数信息有些复杂。 www-128.ibm.com 4. Type represents a type parameter of a generic type or method definition. 是表示泛型类型定义的类型参数,还是泛型方法定义的类型参数。 msdn2.microsoft.com 5. A collection of objects of type Parameter that you configure to pass values to the command. Parameter类型的对象的集合,配置这些对象以向命令传递值。 msdn2.microsoft.com 6. Type represents a type parameter in the definition of a generic type or method. 是否表示泛型类型或方法的定义中的类型参数。 msdn2.microsoft.com 7. You cannot specify both Structure and Class for the same type parameter, and you cannot specify either one more than once. 不能为同一类型参数同时指定Structure和Class,并且它们两个都只能指定一次。 msdn2.microsoft.com 8. Moreover, the SNR threshold for correctly identifying type parameter is so high so that it is infeasible in complex environment. 另外,鉴别散射中心类型要求非常高的信噪比,在复杂环境下难以实现。 www.ceps.com.tw 9. The following code example contains source code for a generic class named Sample that has a type parameter T. 下面的代码示例包含名为Sample的泛型类的源代码,该类有一个类型参数T。 msdn2.microsoft.com 10. In the short form, the compilers infer the correct type parameter from the types of the method arguments. 在短格式中,编译器从方法变量的类型中推导出正确的类型参数。 msdn2.microsoft.com 1. Operators on the type parameter because these operators will test for reference identity only, not for value equality . 运算符,因为这些运算符仅测试引用同一性而不测试值相等性。 www.bing.com 2. Change the type parameter constraints to avoid conflicting constraints. 更改类型参数约束以避免约束冲突。 msdn2.microsoft.com 3. Every time a type is supplied for a type parameter, constraints are checked. 每次为类型参数提供类型时都会检查约束。 msdn2.microsoft.com 4. Gets or sets a value indicating whether the type parameter has a constructor constraint. 获取或设置一个值,该值指示类型参数是否具有构造函数约束。 msdn2.microsoft.com 5. Maximum length in bytes of a character or binary data type parameter. character或binary数据类型参数的最大长度(以字节为单位)。 msdn2.microsoft.com 6. The name of the generic type parameter. 泛型类型参数的名称。 msdn2.microsoft.com 7. You can constrain multiple interfaces on the same generic type parameter, separated by a comma. 您可以在同一个一般类型参数上约束多个接口(彼此用逗号分隔)。 msdn2.microsoft.com 8. Flags that describe the special constraints of the current generic type parameter. 标志的组合,这些标志描述当前泛型类型参数的特殊约束。 msdn2.microsoft.com 9. A type parameter of a generic type declaration, or a type argument of a constructed generic type. 泛型类型声明的类型参数,或构造的泛型类型的类型变量。 msdn2.microsoft.com 10. Property to determine the generic type the generic type parameter belongs to. 属性确定泛型类型参数所属的泛型类型。 msdn2.microsoft.com 1. when you create a constructed type from a generic programming element , you supply a defined type for each type parameter. 根据泛型编程元素创建构造类型时,应为每个类型参数提供一个已定义的类型。 www.ichacha.net 2. It defines one type parameter and uses it to construct the two parameters in the parameter list. 它定义一个类型参数,并用该类型参数在参数列表中构造两个参数。 msdn2.microsoft.com 3. Value is not of the type specified for the generic type parameter T. value所属的类型不是泛型类型参数T的指定类型。 msdn2.microsoft.com 4. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type. 从完整的泛型类型定义检索类型参数,然后使用检索类型上的反射。 msdn2.microsoft.com 5. Gets or sets the name of the type parameter. 获取或设置类型参数的名称。 msdn2.microsoft.com 6. The GenericTemplate instance holds the basic type parameter information for the class, along with the array of fields defined for the class. GenericTemplate实例包含类的基本类型参数信息,还有为类定义的字段的数组。 www.ibm.com 7. You cannot pass constructor arguments to the corresponding type parameter. 不能将构造函数变量传递给对应的类型参数。 msdn2.microsoft.com 8. Clause to create a new object instance, or specifies a constructor constraint on a type parameter. 子句可以创建一个新的对象实例,或者指定对某个类型参数的构造函数约束。 msdn2.microsoft.com 9. Constraints on each type parameter are independent of constraints on other type parameters. 每个类型参数中的约束均独立于其他类型参数中的约束。 technet.microsoft.com 10. Therefore, the type parameter cannot accept a sealed, or NotInheritable, class as a constraint. 因此,类型参数无法使用密封的或NotInheritable类作为约束。 msdn2.microsoft.com 1. Returns an array of Type objects that represent the constraints on the current generic type parameter. 返回表示当前泛型类型参数约束的Type对象的数组。 msdn2.microsoft.com 2. Returns the type of an array whose element type is the generic type parameter. 返回元素类型为泛型类型参数的数组的类型。 msdn2.microsoft.com 3. In C#, a generic type parameter cannot itself be a generic, although constructed types can be used as generics. 在C#中,泛型型别参数本身不能为泛型,但建构的型别可以当做泛型使用。 207.46.16.252 4. Represents a type parameter of a generic type or method. 表示泛型类型或方法的类型参数。 msdn2.microsoft.com 5. Normally, when you invoke a generic type, you supply a type argument for each type parameter the generic type defines. 通常,在调用某个泛型类型时,您将为该泛型类型定义的每个类型参数提供一个类型变量。 msdn2.microsoft.com 6. Add a comma and continue the type parameter list, or add a closing parenthesis character to terminate the list. 请添加逗号,然后再继续向类型参数列表中添加项,或添加右括号字符结束列表。 msdn2.microsoft.com 7. The example also defines a DisplayGenericParameter method to examine a generic type parameter and display its constraints. 该示例还定义DisplayGenericParameter方法来检查泛型类型参数并显示其约束。 msdn2.microsoft.com 8. Results show that increasing relative bandwidth is the most effective way to improve the estimation accuracy of the type parameter. 结果表明,增大相衬带宽是提高散射中心类型参数估计精度的有效手段; www.ceps.com.tw 9. Type represents a generic type parameter, in which case the value is unspecified. 表示泛型类型形参,在此情况下该值未指定。 msdn2.microsoft.com 10. delegate class and substitute your custom type for the generic type parameter. 委派类别,并用您的自订型别取代泛型型别参数。 msdn.microsoft.com 1. A constraint list imposes requirements on the type argument passed to the type parameter. 约束列表对传递给类型参数的类型变量有要求。 msdn2.microsoft.com 2. Type parameter is not a valid common language runtime type. 参数不是有效的公共语言运行库类型。 msdn2.microsoft.com 3. Object that represents the dynamic module that contains the generic type parameter. 对象,该对象表示包含泛型类型参数的动态模块。 msdn2.microsoft.com 4. The name of the type parameter. 类型参数名称。 msdn2.microsoft.com 5. Type objects that represent the constraints on the current generic type parameter. 返回表示当前泛型类型参数上的约束的。 msdn2.microsoft.com 6. For an example of an open generic type that is not a generic type, see "Type Parameter or Type Argument" later in this topic. 有关不是泛型类型的开放式泛型类型的示例,请参见本主题后面部分的“是类型参数还是类型变量”。 msdn2.microsoft.com 7. A specific data type that replaces a type parameter when you declare a constructed type from a generic type. 特定的数据类型,用于在您通过泛型类型声明构造类型时替换类型参数。 msdn2.microsoft.com 8. Objects that represent the constraints on the current generic type parameter. 返回表示当前泛型类型参数约束的。 msdn2.microsoft.com 9. If the inferred types fail to satisfy one or more of the type parameter constraints, the compiler generates this error. 如果推导出的类型未能满足一个或多个类型参数约束,编译器将产生此错误。 msdn2.microsoft.com 10. We can force the erasure to be different, by explicitly specifying a superclass in the bound for the formal type parameter T. 我们可以迫使擦除湿不同的,通过显示的在形式参数T的边界中指定一个超类。 www.diybl.com 1. Each mining model can have a different algorithm type , parameter setting, and columns that are included from the mining structure . 每个挖掘模型可以有一个不同的算法类型、参数设置以及从挖掘结构中包含的列。 www.bing.com 2. Type parameter can be any type, including an interface. 参数可以是包括接口在内的任何类型。 msdn2.microsoft.com 3. Property in determining if the type parameter has a constructor constraint. 属性确定类型参数是否具有构造函数约束。 msdn2.microsoft.com 4. Gets the base type constraint of the current generic type parameter. 获取当前泛型类型参数的基类型约束。 msdn2.microsoft.com 5. Its input type comes from the type parameter of the AsyncTask that you create. 它的输入类型来自您所创建的AsyncTask的类型参数。 www.ibm.com 6. It would end up extending the bound of the type parameter! 该类会最终继承类型参数的界限! www.ibm.com 7. Object represents a type parameter, there are many additional questions reflection can answer. 对象表示类型参数,就可以回答许多其他问题。 msdn2.microsoft.com 8. If the current Type represents a generic type parameter, the GetConstructors method returns an empty array. 如果当前Type表示泛型类型形参,则GetConstructors方法将返回一个空数组。 msdn2.microsoft.com 9. Providing a data type parameter with the as attribute already traps many errors. 通过as属性提供数据类型参数已经捕捉了许多错误。 www.ibm.com 10. Type object that represents a pointer to the current generic type parameter. 对象,该对象表示指向当前泛型类型参数的指针。 msdn2.microsoft.com 1. If no type parameter is given the template defaults to type notice which is used for "article notices" . 如果不指定type参数的话,会返回用于“条目注意”的预设类型notice的模板。 en.wikipedia.org 2. Which default image it uses depends on the type parameter. 至于是哪张预设图像则取决于type参数。 en.wikipedia.org 3. The following example checks whether the type parameter is valid. 下面的示例检查type参数是否有效。 msdn2.microsoft.com 4. With mixins formulated as generic classes, we always have a handle on the parent class, the type parameter that the class extends. 将mixin明确表述为泛型类,我们就始终有父类的句柄,它是该类继承的类型参数。 www.ibm.com 5. The value supplied in the type parameter is an invalid back-end data type. 参数中提供的值为无效的后端数据类型。 msdn2.microsoft.com 6. This is similar to declaring a generic type, but the type parameter's scope is limited to the method or constructor in which it's declared. 类似于泛型类的定义,但是在方法和构造中所定义的类型参数的作用域只能在定义它们的方法和构造中。 www.javaeye.com 7. We could simply require all instantiations of a type parameter to include a zeroary constructor. 只要求类型参数的所有实例化都包括不带参数的构造函数。 www.ibm.com 8. The SetParameters method is used to give the method one parameter, whose type will be specified by the first generic type parameter. SetParameters方法用于向该方法提供一个参数,其类型将由第一个泛型类型参数指定。 msdn2.microsoft.com 9. True if the type parameter matches a type that can be validated; otherwise, false. 如果type参数与可验证类型匹配,则为true;否则为false。 msdn2.microsoft.com 10. A generic type parameter might come from the type you are examining, from an enclosing type, or from a generic method. 泛型类型参数可能来自要检查的类型、封闭式类型或泛型方法。 msdn2.microsoft.com 1. You can enforce this requirement by adding a constraint to the type parameter. 可通过向类型参数添加约束来强制实施此要求。 msdn2.microsoft.com 2. Sets the interfaces a type must implement in order to be substituted for the type parameter. 设置某类型为了替换为类型参数而必须实现的接口。 msdn2.microsoft.com 3. Creates a dynamic method that is global to a module, specifying the method name, return type, parameter types, and module. 创建一个对模块全局有效的动态方法,指定方法名称、返回类型、参数类型和模块。 technet.microsoft.com 4. Gets the dynamic module that contains the generic type parameter. 获取包含泛型类型参数的动态模块。 msdn2.microsoft.com 5. Gets the method that declared the current generic type parameter. 获取当前泛型类型参数的声明方法。 msdn2.microsoft.com 6. He sees that the bound on D's type parameter is the default bound (Object). 他知道D的类型参数的界限是缺省界限(Object)。 www.ibm.com 7. (This is necessary only if the instantiations you use contain at least one reference type parameter). (仅当使用的实例化至少包含一个引用类型参数时才需要)。 msdn2.microsoft.com 8. The generic type parameter is the type of the array's elements. 泛型类型参数是数组元素的类型。 msdn2.microsoft.com 9. So it simply uses the type parameter of its class. 因此它只是使用它的类的类型参数。 msdn2.microsoft.com 10. The Type parameter specifies the type for the mailbox. Type参数指定此邮箱的类型。 technet.microsoft.com 1. Specifies the default value of the type parameter. 指定类型参数的默认值。 msdn2.microsoft.com 2. A constraint list on a type parameter can accept at most one class. 类型参数的约束列表最多只能接受一个类。 msdn2.microsoft.com 3. The SetReturnType method is used to give the method a return type, specified by the second generic type parameter. SetReturnType方法用于向该方法提供一个返回类型,该类型由第二个泛型类型参数指定。 msdn2.microsoft.com 4. Type object represents a generic type parameter. 对象表示泛型类型参数时才有效。 msdn2.microsoft.com 5. Add a tag for each type parameter of the generic type or method. 标记描述类型参数。为泛型类型或方法的每个类型参数添加标记。 msdn2.microsoft.com 6. That represents the type of the type parameter. 一个表示类型参数的类型的。 msdn2.microsoft.com 7. Gets the constraints for the type parameter. 获取类型参数的约束。 msdn2.microsoft.com 8. Represents a generic type parameter. 是否表示某个泛型类型参数。 msdn2.microsoft.com 9. Note the use of the two constraints on the generic type parameter F. 请注意一般类型参数F上的两个约束的用法。 msdn2.microsoft.com 10. Immediately after the class name to specify a type parameter. 以指定一个类型参数。 msdn2.microsoft.com 1. If you have more than one type parameter, make a comma-separated list inside the parentheses. 如果有一个以上的类型参数,请在括号内列出这些参数(以逗号分隔)。 msdn2.microsoft.com 2. Following is the syntax for one type parameter. 以下为一个类型参数的语法。 technet.microsoft.com 3. Type represents a type parameter or an actual type. 实例表示的是类型参数还是实际类型。 msdn2.microsoft.com 4. Method will be called to resolve the actual object instance that is related to its type parameter. 方法来解析与其类型参数有关的实际对象实例。 msdn2.microsoft.com 5. When you call a generic procedure, you must supply one type argument for each type parameter. 在调用泛型过程时,必须为每个类型参数提供一个类型变量。 msdn2.microsoft.com 6. Resolve the type from the type parameter. 从类型参数解析类型。 msdn2.microsoft.com 7. Once the type parameter is defined, the signature of GM is added, using the SetSignature method. 类型参数得以定义之后,通过使用SetSignature方法添加GM的签名。 msdn2.microsoft.com 8. These annotations tell us exactly what constructors we can reliably call on a type parameter. 这些注释确切地告知我们针对类型参数,我们可以可靠地调用什么样的构造函数。 www.ibm.com 9. Sets the base type that a type must inherit in order to be substituted for the type parameter. 设置某类型为了替换为类型参数而必须继承的基类型。 msdn2.microsoft.com 10. For example, suppose you define a normal parameter as an array of a type parameter. 例如,假设您将一个普通参数定义为类型参数的数组。 msdn2.microsoft.com 1. Returns the class constraint, that is, the class the type parameter must inherit. 将返回类约束,即类型形参所必需继承的类。 msdn2.microsoft.com 2. The optional type parameter is either IMG_GD2_RAW or IMG_GD2_COMPRESSED. 可选的type参数可以是IMG_GD2_RAW或IMG_GD2_COMPRESSED。 www.phpx.com 3. The type parameter tells Oracle which descriptor is used. type参数告诉Oracle要使用什么样的描述符。 ve.php.net 4. This is useful if you constrain a type parameter by one or more interfaces. 这一点在使用一个或多个接口约束类型参数时非常有用。 msdn2.microsoft.com 5. Similarly, it returns an ArrayList because that is the third type parameter of the AsyncTask. 类似地,它返回一个ArrayList,因为这是AsyncTask的第三个类型参数。 www.ibm.com 6. However, you can force a cast from a generic type parameter to any other type using a temporary Object variable 但是,您可以使用临时的Object变量,将一般类型参数强制转换到其他任何类型 msdn2.microsoft.com 7. Apply this constraint to a type parameter when your generic class creates new instances of the type, as shown in the following example 当泛型类创建类型的新实例时,将此约束应用于类型参数,如下面的示例所示 msdn2.microsoft.com 8. Constrains a generic type parameter to require that any type argument passed to it be a reference type, or introduces a 约束泛型类型参数以要求传递到该参数的任何类型变量都为引用类型,或引入 msdn2.microsoft.com 9. Notice that the syntax to describe type parameter constraints on delegates is the same as that of methods 请注意,对于委托和方法两者来说,描述类型参数约束的语法是一样的 msdn2.microsoft.com 10. An object of the type specified by the type parameter, with a value equivalent to the current 参数指定的类型的对象,其值与当前 msdn2.microsoft.com 1. 'New' constraint cannot be specified multiple times for the same type parameter “New”约束不能为同一类型参数指定多次 msdn2.microsoft.com 2. Type represents a type parameter in the definition of a generic type or generic method, this property always returns 表示泛型类型或泛型方法的定义中的类型参数,则此属性始终返回 msdn2.microsoft.com 3. Similarly, you can constrain a generic type parameter to be a reference type (a class) using the class constraint 同样,可以使用class约束将一般类型参数约束为引用类型(类) msdn2.microsoft.com 4. Type represents a type parameter of a generic type, this property always returns 表示某种泛型类型的类型参数,则此属性始终返回 msdn2.microsoft.com 5. A constraint guarantees that the type supplied for that type parameter satisfies a requirement such as the following 约束可保证为该类型参数提供的类型可满足如下的类似要求 msdn2.microsoft.com 6. Type parameter to a stored procedure and specifies a schema for the variable 类型参数传递到存储过程并指定该变量的架构 msdn2.microsoft.com 7. Performance Analysis for Estimating Type Parameter of Scattering Centers on Wideband Radar Targets 宽带雷达目标散射中心类型参数估计性能分析 ilib.cn 8. Constraint lists on each type parameter of a generic procedure 泛型过程的每个类型参数的约束列表 msdn2.microsoft.com 9. Type represents a type parameter of a generic type definition, 表示泛型类型定义的类型形参,则, msdn2.microsoft.com 10. To determine whether a particular element of the array is a type parameter or a type argument, use the 若要确定数组的特定元素是类型参数还是类型变量,请使用 msdn2.microsoft.com 1. To obtain information about a generic type or type parameter at run time, you can use the methods of 若要在运行时获得有关泛型类型或类型参数的信息,可以使用 msdn2.microsoft.com 2. You can have a base class constraint, meaning, stipulating that the generic type parameter is derived from a particular base class 您可以具有一个基类约束,这意味着规定一般类型参数派生自特定的基类 msdn2.microsoft.com 3. If the type parameter belongs to a generic method, the 如果类型参数属于泛型方法,则 msdn2.microsoft.com 4. An attribute that references a generic type parameter will cause a compile-time error 引用泛型类型参数的属性将导致编译时错 msdn2.microsoft.com 5. When emitting code, a generic type parameter is represented by a 在发出代码时,泛型类型参数由 msdn2.microsoft.com 6. This sample shows how to create a custom generic list class with a single type parameter, and how to implement 此示例说明如何创建一个具有单个类型参数的自定义泛型列表类,以及如何实现 msdn2.microsoft.com 7. Generic methods should provide type parameter 泛型类的方法应该提供类型参数 wenku.baidu.com 8. Pass an xml type parameter to a stored procedure 将xml类型参数传递到存储过程 msdn2.microsoft.com 9. A list of constraints on a type parameter can include the following items in any combination 类型参数中的约束列表可以包括以下项目的任意组合 msdn2.microsoft.com 10. Type parameter to a stored procedure 类型的参数传递到存储过程 msdn2.microsoft.com 1. Method that returns an instance of the type parameter 方法执行,返回类型参数 www-128.ibm.com 2. To guarantee this ability, it constrains the type parameter 为保证具有此能力,上例约束类型参数 msdn2.microsoft.com 3. To define a class with a type parameter 利用类型参数定义类 msdn2.microsoft.com 4. An interface can define more than one type parameter, as follows 一个接口可定义多个类型参数,如下所示 msdn2.microsoft.com 5. Is a type parameter with no class constraint 是一个没有类约束的类型参数 msdn2.microsoft.com 6. You can determine the source of the generic type parameter as follows 可以确定泛型类型参数的源,方法如下 msdn2.microsoft.com 7. Listing 1. New operation on a "naked" type parameter 清单1。“裸”类型参数的New操作 www.ibm.com 8. Is a generic type parameter and the current Type 是一个泛型类型参数并且当前 msdn2.microsoft.com 9. In a type parameter list, a, 在类型参数列表中, msdn2.microsoft.com 10. To use a class that takes a type parameter 使用带有类型参数的类 msdn2.microsoft.com 1. Cannot derive from 'identifier' because it is a type parameter 不能从“identifier”派生,因为它是类型参数 msdn2.microsoft.com 2. Type represents a generic type parameter; that is, 表示泛型类型参数;即, msdn2.microsoft.com 3. You can provide constraints for every generic type parameter your class uses, for example 您可以为您的类使用的每个一般类型参数提供约束,例如 msdn2.microsoft.com 4. For example, you might limit a type parameter to types that implement the 例如,可以将类型参数限制为实现 msdn2.microsoft.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。