网站首页  词典首页

请输入您要查询的英文单词:

 

单词 generic method
释义

generic method

  • 网络泛型方法;泛化方法;关泛化方法
1.
泛型方法
方法必须写成泛型方法generic method)。一个泛型方法有一个或多个类型参数,有方法名后面的“<”和“>”限定符指定。
www.cnblogs.com
2.
泛化方法
在这一部分我们将讨论有关泛化方法generic method )和受限类型参数(bounded type parameter)的内容,这是泛型中的 …
www.ibm.com
3.
关泛化方法
关泛化方法generic method )受限类型参数(bounded type parameter) 桥方法(bridge method) 擦除(erasure) GJ(G…
www.cnblogs.com
4.
泛用方法
... ... 2011: 抽象类别( Abstract class) 此分类上一篇: 泛用方法 Generic Method 2011: 泛用方法 Generic Method ...
albert0956.pixnet.net
5.
综合方法
...立之空气采样分析方法,目前有91种方法。有些方法是单一物质,有些方法为综合方法(generic method),综合数十种化合物 …
www.iosh.gov.tw

例句

释义:
1.
When a generic method is called without specifying type arguments, a type inference process attempts to infer type arguments for the call.
当不使用特定类型的参数调用一个泛型函数时,类型推断会尝试为此次调用推断参数类型。
dictsearch.appspot.com
2.
A unit test might not be able to pass a real type to a generic method that it is testing.
单元测试可能无法将实际型别传递至其所测试的泛型方法。
technet.microsoft.com
3.
Unlike generic types, one need not always specify the type arguments for a generic method.
与泛型类型不同,对于泛型方法,不需要总是指定类型参数。
msdn2.microsoft.com
4.
The list of generic type parameters of a generic type or method, specified as part of the definition of the generic type or generic method.
泛型类型或方法的泛型类型参数的列表,指定为泛型类型或泛型方法的定义的一部分。
msdn2.microsoft.com
5.
Method contains the types that have been assigned to the generic type parameters of the generic method definition.
方法返回的数组包含已赋给泛型方法定义的泛型类型参数的类型。
msdn2.microsoft.com
6.
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
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.
Gets a value indicating whether the current MethodInfo represents the definition of a generic method.
获取一个值,该值指示当前MethodInfo是否表示泛型方法的定义。
msdn2.microsoft.com
9.
Indicates a generic method signature with an explicit number of type arguments.
指示泛型方法签名,此签名的类型参数的数目确定。
msdn2.microsoft.com
10.
Therefore, I will show you a more generic method of handling data, a method that will allow you to store any data type in any node.
因此,我将介绍一种更为通用的处理数据的方法,这种方法允许您在任意节点中存储任意数据类型。
www.ibm.com
1.
For example, constraints are checked at a method call to a generic method, or when building a constructed type out of a generic type.
例如,调用泛型方法时会检查约束,在生成用泛型类型构造的类型时也会检查约束。
msdn2.microsoft.com
2.
Property to determine whether the type parameter comes from a generic method.
属性确定类型参数是否来自泛型方法。
msdn2.microsoft.com
3.
An array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition.
对象的数组,这些对象表示泛型方法的类型变量或泛型方法定义的类型参数。
msdn2.microsoft.com
4.
Cannot be used to emit a constructed generic method directly.
无法用于直接发出构造的泛型方法。
msdn2.microsoft.com
5.
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
6.
Can be a generic method definition , an open constructed method , or a closed constructed method .
返回当前构造方法的基础泛型方法定义。
www.bing.com
7.
This example shows the typical implementation, in which the non-generic method just forwards the call to the generic method.
此示例显示了典型的实现,其中,非泛型方法仅将调用转给泛型方法。
msdn2.microsoft.com
8.
Object that represents a generic method definition from which the current method can be constructed.
对象,该对象表示可从其构造当前方法的泛型方法定义。
msdn2.microsoft.com
9.
The generic method is type-specific and can be invoked without boxing the calling parameter.
泛型方法是类型特定的,无需对调用参数进行装箱即可调用。
msdn2.microsoft.com
10.
A method GM is added, and turned into a generic method using the DefineGenericParameters method.
添加了方法GM,并使用DefineGenericParameters方法将其转换为泛型方法。
msdn2.microsoft.com
1.
Returns true if the current MethodInfo represents the definition of a generic method.
如果当前MethodInfo表示泛型方法的定义,则返回true。
msdn2.microsoft.com
2.
Object represents the definition of a generic method.
对象是否表示泛型方法的定义。
msdn2.microsoft.com
3.
Gets a value indicating whether the generic method contains unassigned generic type parameters.
获取一个值,该值指示泛型方法是否包含未赋值的泛型类型参数。
msdn2.microsoft.com
4.
This example shows a unit test for a generic method that uses a type constraint.
此示例演示使用类型约束的泛型方法的单元测试。
msdn2.microsoft.com
5.
Gets a value indicating whether the method is a generic method definition.
获取一个值,该值指示方法是否为泛型方法定义。
msdn2.microsoft.com
6.
The current method is generic, but is not a generic method definition.
当前方法是泛型方法,但不是泛型方法定义。
msdn2.microsoft.com
7.
Gets the type arguments for the current generic method reference expression.
获取当前泛型方法引用表达式的类型参数。
msdn2.microsoft.com
8.
If the current method is a generic method definition, the array contains the type parameters.
如果当前方法为泛型方法定义,则数组包含类型参数。
msdn2.microsoft.com
9.
Gets a value indicating whether the current method is a generic method.
获取一个值,该值指示当前方法是否为泛型方法。
msdn2.microsoft.com
10.
Returns an empty array if the current method is not a generic method.
如果当前方法不是泛型方法,则返回空数组。
msdn2.microsoft.com
1.
Returns a generic method constructed from the current generic method definition using the specified generic type arguments.
返回一个使用指定的泛型类型参数从当前泛型方法定义构造的泛型方法。
msdn2.microsoft.com
2.
A method GM is added and turned into a generic method by using the MethodBuilder. DefineGenericParameters method.
添加一个GM方法,并使用MethodBuilder.DefineGenericParameters方法将其转换为泛型方法。
msdn2.microsoft.com
3.
Any generic method definition is a generic method, but the converse is not true.
所有泛型方法定义都是泛型方法,但反之则不成立。
msdn2.microsoft.com
4.
Invoke the above generic method, which must always be called before processing the request.
调用上述的泛型方法(通常在处理请求前调用该方法)。
www.ibm.com
5.
Gets a value indicating whether the method is a generic method.
获取指示该方法是否为泛型方法的值。
msdn2.microsoft.com
6.
Similar to Type, MethodInfo and its base class MethodBase have new members that reflect generic method information.
与Type类似,MethodInfo和它的基类MethodBase具有反射一般方法信息的新成员。
msdn2.microsoft.com
7.
Shows how to define a generic method in a dynamic module, how to define its generic type parameters, and how to execute the method.
示范如何在动态模组中定义泛型方法、如何定义它的泛型型别参数,以及如何执行此方法。
technet.microsoft.com
8.
Can be called only on generic method definitions.
只能在泛型方法定义上调用。
msdn2.microsoft.com
9.
Work queues provide a generic method to defer functionality to bottom halves.
工作队列提供一个通用的办法将任务延迟到bottomhalves。
www.ibm.com
10.
Changes to the generic method itself or generic method body are not supported.
不支援对泛型方法本身或泛型方法主体进行变更。
technet.microsoft.com
1.
This example shows a unit test for a generic method that uses a type constraint that is not satisfied.
此示例演示使用未符合的类型约束的泛型方法的单元测试。
msdn2.microsoft.com
2.
A generic type parameter might come from the type you are examining, from an enclosing type, or from a generic method.
泛型类型参数可能来自要检查的类型、封闭式类型或泛型方法。
msdn2.microsoft.com
3.
Gets the type parameters for the current generic method.
获取当前泛型方法的类型参数。
msdn2.microsoft.com
4.
In some cases a generic method might acquire the same signature as a non-generic method.
在有些情况下,泛型方法可能会获取与非泛型方法相同的签名。
msdn2.microsoft.com
5.
The following example addresses the generic method to create project items.
下面的示例介绍创建项目项的泛型方法。
msdn2.microsoft.com
6.
Method to obtain the generic method definition.
方法可获取泛型方法定义。
msdn2.microsoft.com
7.
The Sort(J[], Int32, Int32) generic method overload is used to sort the last three elements of the array, which is then displayed.
使用Sort(J[],Int32,Int32)泛型方法重载对数组的最后三个元素进行排序,然后显示出来。
msdn2.microsoft.com
8.
The following is an example of a generic method.
下面是一个泛型方法的示例。
msdn2.microsoft.com
9.
The emitted method is a generic method definition.
发出的方法是一个泛型方法定义。
msdn2.microsoft.com
10.
Introduces the syntax to declare a generic method.
介绍用于声明泛型方法的语法。
msdn2.microsoft.com
1.
It shows how to edit the raw test code that is generated from a generic method into a useful test method.
此示例演示如何将通过泛型方法生成的原始测试代码编辑为有用的测试方法。
msdn2.microsoft.com
2.
Property returns the type that declared the generic method, which is irrelevant.
属性返回声明该泛型方法的类型,这已没有意义。
msdn2.microsoft.com
3.
A generic method differs from an ordinary method in the same way.
泛型方法与普通方法的区别也在于此。
msdn2.microsoft.com
4.
Method is a generic method that is not a generic method definition.
method是非泛型方法定义的泛型方法。
msdn2.microsoft.com
5.
The program in Listing 4 shows a generic method for right-clicking the tree node.
列表4中的程序显示了右击树节点的通用方法。
www.ibm.com
6.
For example, the following code shows the short and long forms for calling the BinarySearch generic method to search an array of strings.
例如,下面的代码演示调用BinarySearch泛型方法以搜索字符串数组的短格式和长格式。
msdn2.microsoft.com
7.
Type represents a type parameter in the definition of a generic type or generic method, this property always returns
表示泛型类型或泛型方法的定义中的类型参数,则此属性始终返回
msdn2.microsoft.com
8.
Object represents the definition of a generic method; otherwise,
对象表示泛型方法的定义,则为,
msdn2.microsoft.com
9.
Type arguments and type parameters of constructed generic types, generic type definitions, and generic method definitions
构造泛型类型、泛型类型定义和泛型方法定义的类型实参和类型形参
msdn2.microsoft.com
10.
The type parameters of generic type definitions and generic method definitions are represented by instances of the
泛型类型定义和泛型方法定义的类型参数是由
msdn2.microsoft.com
1.
Object represents a generic method that contains unassigned generic type parameters; otherwise,
对象表示的泛型方法包含未赋值的泛型类型参数,则为,
msdn2.microsoft.com
2.
If the type parameter belongs to a generic method, the
如果类型参数属于泛型方法,则
msdn2.microsoft.com
3.
If the source is not a generic method, use the
如果源不是泛型方法,则使用
msdn2.microsoft.com
4.
If the current method is a generic method; otherwise,
如果当前方法是泛型方法,则为,
msdn2.microsoft.com
5.
A Generic Method for Gradual Shot Boundary Detection
一种通用的渐变镜头检测方法
www.ilib.cn
6.
A generic method to use with Generators
用于Generators的泛型方法
blog.sina.com.cn
7.
A Generic Method for Building Evaluation Function Based on DM
一种通用的基于数据挖掘技术的评价函数构造方法
www.51lunwen.com
8.
How to: Define a Generic Method with Reflection Emit
如何:定义具有反射发出的泛型方法
msdn2.microsoft.com
9.
Is a generic method for which the
为泛型方法,其
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/5 7:38:53