网站首页  词典首页

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

 

单词 generic type
释义

generic type

  • 网络泛型;泛型类型;泛型型别
1.
泛型
泛型(Generic Type)是.NET Framework 2.0最强大的功能。泛型的主要思想就是将算法与数据结构完全分离开来,使得一次定义 …
www.cnblogs.com
2.
泛型类型
泛型类型Generic Type)通过赋予类型参数,在使用时可以表现为多种构造类型(Constructed Type)。如TheClass(Of T)在 …
www.360doc.com
3.
泛型型别
泛型应用程序 in English,... ... 泛型委托 generic delegate 泛型型别 generic type 泛型型别参数 generic type parameter ...
glosbe.com
4.
类属型
信息词汇英语翻译(E-L) ... generic subroutine 类属辅程序 generic type 类属型 geometric database 几何数据库 ...
www.zftrans.com
5.
类属类型
...个类属子程序 Generic_Swap,它的参数是类属类型(generic type),[006]-[013] 是 Generic_Swap 函数的具体实现。
easaca.blog.163.com
6.
主型
...个等位基因,而是根据等位基因的结构,通常再分成若干主型generic type),1102是DRB1座位第11主型第2号等位基因。
soul3663.blog.163.com

例句

释义:
1.
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
2.
The containing type has no generic type parameters, and none of the type arguments have generic type parameters.
包含类型没有泛型类型参数,并且所有类型变量都没有泛型类型参数。
msdn2.microsoft.com
3.
In the type system, a generic type parameter is represented by an instance of Type, just as ordinary types are.
在类型系统中,和普通类型一样,泛型类型参数是由Type的实例表示的。
msdn2.microsoft.com
4.
Precedes one or more digits representing the number of type parameters, located at the end of the name of a generic type.
位于泛型类型名称末尾处的一个或多个数字之前,这些数字表示类型参数的数目。
msdn2.microsoft.com
5.
And a closed constructed type otherwise . A generic type can be instantiated only if it is closed .
则该类型为开放构造类型,否则为封闭构造类型。
www.bing.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.
Notice that the constraint specifies that the generic type can only be instantiated with a value type.
请注意,该约束指定泛型类型只能使用值类型进行实例化。
207.46.16.251
8.
Similarly, the constraints in a constraint list for a generic type parameter must be enclosed in braces.
同样,泛型类型参数的约束列表中的约束也必须括在大括号中。
msdn2.microsoft.com
9.
You can still make late-bound calls to such a generic type as long as the COM object implements the IDispatch interface.
只要COM对象实现了IDispatch接口,就仍可对此一般类型进行后期绑定调用。
msdn2.microsoft.com
10.
The following code displays the name and parameter position of a Type object that represents a generic type parameter.
下面的代码演示表示泛型类型参数的Type对象的名称和参数位置。
msdn2.microsoft.com
1.
A type argument supplied to a generic type does not satisfy the reference type constraint on its corresponding type parameter.
提供给泛型类型的类型变量不满足其相应的类型参数上的引用类型约束。
msdn2.microsoft.com
2.
A generic type can be open without being a generic type definition, in which case it has a mixture of type arguments and type parameters.
泛型类型可以是开放式的非泛型类型定义,在这种情况下,它同时具有类型变量和类型参数。
msdn2.microsoft.com
3.
But it's not always convenient to load classes into the JVM to access generic type information.
但是在JVM中装载类以访问泛型类型信息并不总是方便的。
www.ibm.com
4.
Tag in the comment for a generic type or generic member declaration to describe one of the type parameters.
使用泛型类型或泛型成员声明的注释中的。
msdn2.microsoft.com
5.
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
6.
Consequently, each permutation of a generic type with a specific argument type is considered a unique type.
因此,一般类型的每个带有特定参数类型的变形都被视为唯一的类型。
msdn2.microsoft.com
7.
A corresponding type argument specifies at compilation time the data type of one of the elements in the generic type.
对应的类型变量在编译时指定泛型类型中某个元素的数据类型。
msdn2.microsoft.com
8.
The IL we've generated for the generic type already has the method its going to call picked out.
我们为泛型生成的IL代码已经定好了将要去选出调用的方法。
www.cnblogs.com
9.
A type argument supplied to a generic type does not satisfy the value type constraint on its corresponding type parameter.
提供给泛型类型的类型变量不满足其对应类型参数上的值类型约束。
msdn2.microsoft.com
10.
Constraints are part of the generic type metadata so that the client-side compiler can take advantage of them as well.
约束是一般类型元数据的一部分,以便客户端编译器也可以利用它们。
msdn2.microsoft.com
1.
Type objects that represent the type arguments supplied for a constructed type, or the type parameters of a generic type definition.
对象数组,这些对象表示为构造类型提供的类型变量,或泛型类型定义的类型参数。
msdn2.microsoft.com
2.
Users of the generic type cannot substitute type arguments that do not satisfy the constraints.
泛型类型的用户不能替换不满足这些约束的类型参数。
msdn2.microsoft.com
3.
The general term " generic type" includes both constructed types and generic type definitions .
一般术语“泛型类型”包括构造类型和泛型类型定义。
www.bing.com
4.
Serializing an instance of a generic type is no different from serializing a non-generic type.
序列化一般类型的实例与序列化非一般类型没有什么不同。
msdn2.microsoft.com
5.
Is not the same as the number of type parameters in the current generic type definition.
中元素的个数不等于当前泛型类型定义中类型参数的个数。
msdn2.microsoft.com
6.
Instantiation of a generic type or calls to existing generic methods can be added , deleted, or changed .
可以添加、删除或更改泛型类型的实例化或对现有泛型方法的调用。
www.bing.com
7.
Method contains the types that have been assigned to the generic type parameters of the generic method definition.
方法返回的数组包含已赋给泛型方法定义的泛型类型参数的类型。
msdn2.microsoft.com
8.
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
9.
Generic type parameter names should start with an uppercase 'T' and optionally may be followed by another uppercase letter.
泛型类型参数名称应以大写字母“T”开头,后面可跟另一个大写字母。
207.46.16.251
10.
Properties or indexers can only use generic type parameters defined at the scope of the class.
属性或索引器只能使用在类的作用范围中定义的一般类型参数。
msdn2.microsoft.com
1.
The constructor constraint ensures that the generic type has the ability to create objects of that type.
此构造函数约束确保泛型类型能够创建该类型的对象。
msdn2.microsoft.com
2.
The object returned by this method functions as a placeholder for a constructed generic type in your emitted code.
此方法返回的对象作为发出代码中构造泛型类型的占位符。
msdn2.microsoft.com
3.
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
4.
The Infer Generic Type Arguments refactoring automatically tries to guess the appropriate generic types for classes used in their raw form.
InferGenericTypeArguments重构会自动地为原始形式的那些类推测恰当的泛型类型(generictype)。
www.ibm.com
5.
Returns the type of an array whose element type is the generic type parameter, with the specified number of dimensions.
返回数组的类型,该数组的元素类型为泛型类型参数,且具有指定维数。
msdn2.microsoft.com
6.
An array of types to be substituted for the type parameters of the current generic type definition.
一个类型数组,用于取代当前泛型类型定义的类型参数。
msdn2.microsoft.com
7.
Gets the position of a type parameter in the type parameter list of the generic type that declared the parameter.
获取某个类型参数在类型参数列表中的位置,该列表具有声明该参数的泛型类型。
msdn2.microsoft.com
8.
A generic type is declared with conflicting constraints due to a combination of indirect constraints.
使用因间接约束的组合而导致的冲突的约束声明了一个泛型类型。
msdn2.microsoft.com
9.
The common language runtime creates a closed generic type when you create an instance of your class and specify a generic type argument.
在创建类的实例并指定一个泛型类型参数时,公共语言运行库创建一个封闭泛型类型。
msdn2.microsoft.com
10.
If you define your own generic type of method the resulting assembly currently would not work.
如果您定义了自己的范型类型,则程序集可能无法运行。
www.infoq.com
1.
You cannot create instances of it unless you specify real types for its generic type parameters.
除非指定其泛型类型参数的实际类型,否则不能创建泛型类型的实例。
msdn2.microsoft.com
2.
This error indicates that you tried to modify an initializer in a generic type.
此错误指示您尝试在泛型类型中修改初始值设定项。
technet.microsoft.com
3.
Typically, MMORPGs, even the great ones, only offer the most generic type quests, in completely generic environments.
通常情况下,甚至是一些最好的MMORPG,在完全普通的环境下,只提供最普通的任务种类。
bbs.ngacn.cc
4.
Tag should be used in the comment for a generic type or method declaration to describe a type parameter.
在泛型类型或方法声明的注释中应该使用。
msdn2.microsoft.com
5.
The elements of the array represent the type arguments of a generic type or the type parameters of a generic type definition.
该数组的元素表示泛型类型的类型变量或泛型类型定义的类型参数。
msdn2.microsoft.com
6.
That represents a generic type is always a generic type definition.
始终是一个泛型类型定义。
msdn2.microsoft.com
7.
If the current Type represents a type parameter of a generic type, this property always returns false.
如果当前Type表示某种泛型类型的类型形参,则此属性始终返回false。
msdn2.microsoft.com
8.
In a generic type definition, a placeholder for a data type you supply when you declare the type.
在泛型类型定义中,您在声明数据类型时为其提供的占位符。
msdn2.microsoft.com
9.
The current type does not represent the definition of a generic type.
当前类型不表示泛型类型的定义。
msdn2.microsoft.com
10.
But it is appealing, almost seductive, to incorporate mixins as part of a generic type system.
但是合并mixin以作为泛型类型系统的一部分很吸引人,几乎可以说魅力无穷。
www.ibm.com
1.
When a generic type parameter is used as a constraint, it is called a naked type constraint.
用作约束的泛型类型参数称为裸类型约束。
msdn2.microsoft.com
2.
Move the Declare statement outside the scope of any generic type, or remove it altogether.
将Declare语句移到任何泛型类型的范围之外,或将其完全移除。
msdn2.microsoft.com
3.
A way of limiting the types that can be specified for a generic type parameter.
一种限制可以为泛型类型参数指定的类型的方法。
msdn2.microsoft.com
4.
That code will be used in any further request for a reference type instead of a generic type parameter.
在以后的任何针对引用类型而不是一般类型参数的请求中,都将使用该代码。
msdn2.microsoft.com
5.
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
6.
Returns an array of Type objects that represent the type arguments of a generic type or the type parameters of a generic type definition.
返回表示泛型类型的类型实参或泛型类型定义的类型形参的Type对象的数组。
msdn2.microsoft.com
7.
Returns the method of the specified constructed generic type that corresponds to the specified method of the generic type definition.
返回指定的构造泛型类型的方法,该方法对应于泛型类型定义的指定字段。
msdn2.microsoft.com
8.
A generic type serves as a basis for declaring several different programming elements, each of which operates on a specific data type.
泛型类型用作声明几个不同编程元素的基础,而每个元素均处理特定的数据类型。
msdn2.microsoft.com
9.
The elements of the returned array are in the order in which they appear in the list of type parameters for the generic type definition.
返回的数组元素按它们在泛型类型定义的类型参数列表中出现的顺序排列。
msdn2.microsoft.com
10.
Describes the constraints on a generic type parameter of a generic type or method.
描述对泛型类型或泛型方法的泛型类型参数的约束。
msdn2.microsoft.com
1.
These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments.
这些实例不是泛型类型定义的实例,而是通过指定类型变量形成的构造类型的实例。
msdn2.microsoft.com
2.
Returns the type or member identified by the specified metadata token, in the context defined by the specified generic type parameters.
在由指定的泛型类型参数定义的上下文中,返回由指定的元数据标记标识的类型或成员。
technet.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.
A generic type can be instantiated only if it is closed.
只能实例化封闭的泛型类型。
msdn2.microsoft.com
6.
Returns the type of a one-dimensional array whose element type is the generic type parameter.
返回元素类型为泛型类型参数的一维数组的类型。
msdn2.microsoft.com
7.
Equals method, define equality appropriately for the type specified by the generic type argument.
方法时,为泛型类型参数指定的类型定义相应的相等性。
msdn2.microsoft.com
8.
Returns the field identified by the specified metadata token, in the context defined by the specified generic type parameters.
在由指定的泛型类型参数定义的上下文中,返回由指定的元数据标记标识的字段。
msdn.microsoft.com
9.
Object for the constructor or method represented by the specified handle, for the specified generic type.
以指定泛型类型,获取指定句柄所表示的构造函数或方法的。
msdn2.microsoft.com
10.
Does not represent a generic type parameter, the value of this property is undefined.
不表示某个泛型类型参数,则未定义此属性的值。
msdn2.microsoft.com
1.
A class, structure, interface, procedure, or delegate declared from a generic type by supplying type arguments for its type parameters.
通过为泛型类型的类型参数提供类型变量,从泛型类型中声明的类、结构、接口、过程或委托。
msdn2.microsoft.com
2.
Scala uses square brackets to denote generic type, instead of the angle brackets used in Java programming.
Scala使用方括号来表示泛型类型,而不是像Java编程使用的尖括号。
www.ibm.com
3.
The generic type parameter T is the primary type that you wish to cast the class to.
您希望对类进行强制转换的主要类型是泛型类型参数T。
www.ibm.com
4.
Type represents a generic type definition, from which other generic types can be constructed.
是否表示可以用来构造其他泛型类型的泛型类型定义。
msdn2.microsoft.com
5.
Returns a Type object that represents a generic type definition from which the current generic type can be constructed.
返回一个表示可用于构造当前泛型类型的泛型类型定义的。
msdn2.microsoft.com
6.
Type objects representing the type arguments of a generic type or the type parameters of a generic type definition.
对象的数组,这些对象表示泛型类型的类型变量或泛型类型定义的类型参数。
msdn2.microsoft.com
7.
Values that describes the covariance and special constraints of the current generic type parameter .
值的按位组合,用于描述当前泛型类型参数的协变和特殊约束。
www.bing.com
8.
Unchecked generic type operation The compiler will issue an error or warning whenever it encounters an unchecked generic type operation.
Uncheckedgenerictypeoperation编译器每当遇到未经检查的泛型类型操作,就将发出一个错误或者警告。
www.ibm.com
9.
The documentation of a generic type includes a tag for the type parameter that has the wrong name.
泛型类型的文档中包含名称错误的类型参数的标记。
msdn2.microsoft.com
10.
Represents a generic type definition from which other generic types can be constructed.
是否表示一个泛型类型定义,可以根据该定义构造其他的泛型类型。
msdn2.microsoft.com
1.
Creates an instance of the type designated by the specified generic type parameter, using the parameter less constructor .
使用与指定参数匹配程度最高的构造函数创建指定类型的实例。
msdn.microsoft.com
2.
Object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to.
对象,该动态程序集包含当前类型参数所属的泛型类型定义。
msdn2.microsoft.com
3.
The declaring type of method is not the generic type definition of type.
method的声明类型不是type的泛型类型定义。
msdn2.microsoft.com
4.
The position of the type parameter in the type parameter list of the generic type or method that declared the parameter.
类型参数在声明该参数的泛型类型或方法的类型参数列表中的位置。
msdn2.microsoft.com
5.
A type parameter represents a requirement for a type that is to be supplied when the generic type is constructed.
类型参数代表要在构造泛型类型时提供的类型的要求。
msdn2.microsoft.com
6.
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
7.
Type represents a type parameter of a generic type or method definition.
是表示泛型类型定义的类型参数,还是泛型方法定义的类型参数。
msdn2.microsoft.com
8.
Returns true if the type represents the definition of a generic type.
如果类型表示泛型类型的定义,则返回true。
msdn2.microsoft.com
9.
Shows how to define a generic type in a dynamic module, how to define its generic type parameters, and how to use them in method signatures.
演示如何在动态模块中定义泛型类型,如何定义其泛型类型参数,以及如何在方法签名中使用这些参数。
msdn2.microsoft.com
10.
property returns a fully qualified type name including nested types , the assembly name , and generic type arguments.
可以返回完全限定的类型名称(包括嵌套类型、程序集名称和泛型类型实参)。
www.ichacha.net
1.
Type represents a type parameter in the definition of a generic type or method.
是否表示泛型类型或方法的定义中的类型参数。
msdn2.microsoft.com
2.
Because it is only a template, you cannot create instances of a class, structure, or interface that is a generic type definition.
因为它只是一个模板,您不能创建作为泛型类型定义的类、结构或接口的实例。
msdn2.microsoft.com
3.
A generic type declaration contains one or more unspecified types known as type parameters.
泛型类型声明包含一个或多个被称为类型参数的未指定类型。
msdn2.microsoft.com
4.
Listing 7 declares that p is a function that takes a parameter of the generic type specified by A and returns a boolean.
清单7声明p是一个接受由A指定的泛型参数的函数,然后返回一个布尔值。
www.ibm.com
5.
Returns the underlying generic type definition for the current constructed type.
返回当前构造类型的基础泛型类型定义。
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.
Object that represents a generic type definition from which the current type can be obtained.
对象表示一个泛型类型定义,可以从该定义中获取当前类型。
msdn2.microsoft.com
10.
This includes the type arguments as well as the generic type itself.
这里所说的所有类型不仅包括泛型类型本身,还包括类型参数。
msdn2.microsoft.com
1.
A type parameter of a generic type declaration, or a type argument of a constructed generic type.
泛型类型声明的类型参数,或构造的泛型类型的类型变量。
msdn2.microsoft.com
2.
As its name indicates, HasGenericArguments is set to true if the type represented by the Type object uses generic type parameters.
正如它的名称所指示的那样,如果由Type对象表示的类型使用一般类型参数,则HasGenericArguments被设置为true。
msdn2.microsoft.com
3.
Gets a value indicating whether the generic method contains unassigned generic type parameters.
获取一个值,该值指示泛型方法是否包含未赋值的泛型类型参数。
msdn2.microsoft.com
4.
Generic type parameters known to be reference types.
已知为引用类型的泛型类型参数。
technet.microsoft.com
5.
The signature format extends the idea of field and method descriptors to include generic type information.
签名格式扩展了字段和方法描述符的概念,将泛型类型信息包含于其中。
www.ibm.com
6.
Property to determine the generic type the generic type parameter belongs to.
属性确定泛型类型参数所属的泛型类型。
msdn2.microsoft.com
7.
This property is not supported for incomplete generic type parameters.
此属性不支持使用不完整的泛型类型参数。
msdn2.microsoft.com
8.
Defines and creates generic type parameters for dynamically defined generic types and methods.
为动态定义的泛型类型与方法定义和创建泛型类型参数。
msdn2.microsoft.com
9.
This method receives several parameters, including a SQL statement and a result handler, and returns an object of generic type T.
这个方法接收多个参数,包括一条SQL语句和一个结果处理程序,并返回一个泛型T的对象。
www.ibm.com
10.
For a generic type , encloses the generic type argument list .
对于泛型类型,则括起泛型类型实参列表。
www.bing.com
1.
Type. This one provides information about a generic type with specific type parameters.
它提供了关于具有特定类型参数的泛型类型的信息。
www-128.ibm.com
2.
Value is not of the type specified for the generic type parameter T.
value所属的类型不是泛型类型参数T的指定类型。
msdn2.microsoft.com
3.
Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.
从完整的泛型类型定义检索类型参数,然后使用检索类型上的反射。
msdn2.microsoft.com
4.
A generic type definition is not assignable from a closed constructed type.
泛型类型定义不可以从封闭构造的类型赋值。
msdn2.microsoft.com
5.
When using administrative type registration, you need to specify the exact type arguments to use instead of the generic type parameters.
在使用管理类型注册时,您需要指定要取代一般类型参数而使用的确切类型实参。
msdn2.microsoft.com
6.
The generic type of the Future object is the result of the actual operation.
Future对象的通用类型是实际操作的结果。
www.ibm.com
7.
Type Arguments property (in the Properties window) to match the desired type for the generic type.
“类型参数”属性(在“属性”窗口中),以便与泛型类型的所需类型匹配。
technet.microsoft.com
8.
Use this method when your emitted code requires a type constructed from the current generic type definition.
如果发出的代码要求的类型是根据当前的泛型类型定义构造的,则使用此方法。
msdn2.microsoft.com
9.
With generic types, the type-specific versions are all generated from the original generic type.
利用泛型类型,特定于类型的版本全都利用原始的泛型类型生成。
msdn2.microsoft.com
10.
Returns an array of Type objects that represent the constraints on the current generic type parameter.
返回表示当前泛型类型参数约束的Type对象的数组。
msdn2.microsoft.com
1.
Returns the type of an array whose element type is the generic type parameter.
返回元素类型为泛型类型参数的数组的类型。
msdn2.microsoft.com
2.
In C#, a generic type parameter cannot itself be a generic, although constructed types can be used as generics.
在C#中,泛型型别参数本身不能为泛型,但建构的型别可以当做泛型使用。
207.46.16.252
3.
However, the specified type arguments can themselves be generic type parameters.
但是,指定的类型实参本身可以为一般类型参数。
msdn2.microsoft.com
4.
Returns a generic method constructed from the current generic method definition using the specified generic type arguments.
返回一个使用指定的泛型类型参数从当前泛型方法定义构造的泛型方法。
msdn2.microsoft.com
5.
Type represents a constructed generic type, the base type reflects the generic arguments.
表示构造泛型类型,则基类型将反射泛型形参。
msdn2.microsoft.com
6.
Represents a type parameter of a generic type or method.
表示泛型类型或方法的类型参数。
msdn2.microsoft.com
7.
Normally, when you invoke a generic type, you supply a type argument for each type parameter the generic type defines.
通常,在调用某个泛型类型时,您将为该泛型类型定义的每个类型参数提供一个类型变量。
msdn2.microsoft.com
8.
The example also defines a DisplayGenericParameter method to examine a generic type parameter and display its constraints.
该示例还定义DisplayGenericParameter方法来检查泛型类型参数并显示其约束。
msdn2.microsoft.com
9.
Parameter references a generic type, it must follow the syntax conventions for generic types.
参数引用泛型类型,则必须遵从泛型类型的语法约定。
msdn2.microsoft.com
10.
The type parameters of the generic type Map were inferred as [Nothing, Nothing] when the map was created.
范型类型Map的类型参数在map被创建时被推断为[Nothing,Nothing]。
www.bing.com
1.
Types constructed from the same generic type but with different type arguments are distinct types.
用同一泛型类型构造、但具有不同类型参数的类型是不同的类型。
msdn2.microsoft.com
2.
Type represents a generic type parameter, in which case the value is unspecified.
表示泛型类型形参,在此情况下该值未指定。
msdn2.microsoft.com
3.
delegate class and substitute your custom type for the generic type parameter.
委派类别,并用您的自订型别取代泛型型别参数。
msdn.microsoft.com
4.
The number 1 being traced is the number of generic type parameters of the generic type used.
所追踪的数字1是所使用的一般类型的一般类型参数的数量。
msdn2.microsoft.com
5.
Object that represents the dynamic module that contains the generic type parameter.
对象,该对象表示包含泛型类型参数的动态模块。
msdn2.microsoft.com
6.
Type objects that represent the constraints on the current generic type parameter.
返回表示当前泛型类型参数上的约束的。
msdn2.microsoft.com
7.
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
8.
The declaring type of method is not a generic type definition.
method的声明类型不是泛型类型定义。
msdn2.microsoft.com
9.
Remove the argument list following the type argument in the statement invoking the generic type.
在调用泛型类型的语句中,移除类型变量后面的变量列表。
msdn2.microsoft.com
10.
A specific data type that replaces a type parameter when you declare a constructed type from a generic type.
特定的数据类型,用于在您通过泛型类型声明构造类型时替换类型参数。
msdn2.microsoft.com
1.
Objects that represent the constraints on the current generic type parameter.
返回表示当前泛型类型参数约束的。
msdn2.microsoft.com
2.
Delegates defined outside the scope of a class can use generic type parameters.
在类的作用范围外部定义的委托可以使用一般类型参数。
msdn2.microsoft.com
3.
Gets a value indicating whether the current type is a generic type.
获取一个值,该值指示当前类型是否为泛型类型。
msdn2.microsoft.com
4.
Enumerations cannot have generic type parameters.
列举不能具有泛型型别参数。
msdn.microsoft.com
5.
A base class can define virtual methods whose signatures use generic type parameters.
基类可以定义其签名使用一般类型参数的虚拟方法。
msdn2.microsoft.com
6.
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
7.
You can write a visualizer for a target that is a generic type only if the generic type is an open type.
只有在一个泛型类型是开放类型时,才可以为属于该泛型类型的目标编写可视化工具。
msdn2.microsoft.com
8.
Gets the base type constraint of the current generic type parameter.
获取当前泛型类型参数的基类型约束。
msdn2.microsoft.com
9.
If the current Type represents a generic type parameter, the GetConstructors method returns an empty array.
如果当前Type表示泛型类型形参,则GetConstructors方法将返回一个空数组。
msdn2.microsoft.com
10.
The following guidelines cover selecting the correct names for generic type parameters.
下面的准则适用于为泛型类型参数选择正确的名称。
msdn2.microsoft.com
1.
Type object that represents a pointer to the current generic type parameter.
对象,该对象表示指向当前泛型类型参数的指针。
msdn2.microsoft.com
2.
Not supported for incomplete generic type parameters.
不完整的泛型类型参数不受支持。
msdn2.microsoft.com
3.
Invalid for incomplete generic type parameters.
对于不完整的泛型类型参数无效。
msdn2.microsoft.com
4.
That's unfortunate, because it means that you have to wrap primitive types whenever you want to use them as arguments to a generic type.
这很遗憾,因为这意味着只要您想把基本类型用作泛型类型的参数,您就必须把它们组装为对象。
www.ibm.com
5.
DOUBLE is the generic type used in various models.
DOUBLE是在各种模型中使用的通用类型。
www.ibm.com
6.
Gets the type arguments for the current generic type reference.
获取当前泛型类型引用的类型参数。
msdn2.microsoft.com
7.
The code in a generic type has to be defined only once.
只需定义泛型类型中的代码一次。
msdn2.microsoft.com
8.
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
9.
It is important to note that although constraints are optional, they are often essential when developing a generic type.
需要注意的是,尽管约束是可选的,但它们在开发一般类型时通常是必不可少的。
msdn2.microsoft.com
10.
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
1.
A Module statement uses the Of keyword to introduce generic type parameters.
Module语句使用Of关键字来引入泛型类型参数。
msdn2.microsoft.com
2.
Generic type parameters can't be instantiated with primitive types.
不能用基本类型实例化泛型类型参数。
www.ibm.com
3.
Recall from Chapter 1 that Scala uses square brackets ([. . . ]) for generic type parameters.
回忆在第1章中Scala使用方括号来指明范型类型参数。
www.bing.com
4.
Note that operators cannot define new generic type parameters.
请注意,运算符不能定义新的一般类型参数。
msdn2.microsoft.com
5.
A generic type parameter might come from the type you are examining, from an enclosing type, or from a generic method.
泛型类型参数可能来自要检查的类型、封闭式类型或泛型方法。
msdn2.microsoft.com
6.
A method on the generic type definition of type, which specifies which method of type to return.
泛型类型定义type中的一个方法,用于指定要返回type的哪一个方法。
msdn2.microsoft.com
7.
Get a Type object that represents the generic type.
获取表示泛型类型的Type对象。
msdn2.microsoft.com
8.
Use constraints to require the generic type to implement the IDisposableinterface.
利用约束去要求这个泛型类型实现。
eroad.alai.net
9.
Your component or control cannot be a generic type, which is also called a template type or a parameterized type.
您的组件或控件不能是“泛型”类型,“泛型”类型又称“模板”类型或“参数化”类型。
msdn2.microsoft.com
10.
The generic type argument declares the type of result this CriteriaQuery will return upon execution.
泛型参数声明CriteriaQuery在执行时返回的结果的类型。
www.ibm.com
1.
The declaring type is not necessarily a generic type.
声明类型不一定是泛型类型。
msdn2.microsoft.com
2.
Gets the dynamic module that contains the generic type parameter.
获取包含泛型类型参数的动态模块。
msdn2.microsoft.com
3.
Gets the method that declared the current generic type parameter.
获取当前泛型类型参数的声明方法。
msdn2.microsoft.com
4.
Therefore, if a generic type is non-public, Visual Studio cannot generate a unit test for it.
因此,如果某个泛型类型是非公共的,则VisualStudio将无法为它生成单元测试。
msdn2.microsoft.com
5.
It refers to a non-generic type declaration.
其引用了一个非泛型类型声明。
blog.163.com
6.
The generic type parameter is the type of the array's elements.
泛型类型参数是数组元素的类型。
msdn2.microsoft.com
7.
The constructed generic type whose method is returned.
返回其方法的构造泛型类型。
msdn2.microsoft.com
8.
The SetReturnType method is used to give the method a return type, specified by the second generic type parameter.
SetReturnType方法用于向该方法提供一个返回类型,该类型由第二个泛型类型参数指定。
msdn2.microsoft.com
9.
When using the subclass generic type parameters, you must repeat any constraints stipulated at the base class level at the subclass level.
在使用子类一般类型参数时,必须在子类级别重复在基类级别规定的任何约束。
msdn2.microsoft.com
10.
The MakeGenericType method requires a generic type definition.
MakeGenericType方法需要泛型类型定义。
msdn2.microsoft.com
1.
Class that is generic is always a generic type definition.
类的实例始终是泛型类型定义。
msdn2.microsoft.com
2.
Java 5 also extended the reflection APIs to provide access to generic type information at run time.
Java5还扩展了反射API,支持在运行时对泛型类型信息进行访问。
www.ibm.com
3.
They are invocations of distinct generic type declarations.
他们是不同泛型类型声明的调用。
blog.163.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.
Type does not represent a generic type.
type不表示泛型类型。
msdn2.microsoft.com
7.
Class using the specified target object, method name, and generic type arguments.
使用指定的目标对象、方法名称和泛型类型参数初始化。
msdn2.microsoft.com
8.
Represents the uninstantiated generic type.
表示托管类。
msdn2.microsoft.com
9.
Add explicit generic type parameters.
添加显式泛型类型参数。
technet.microsoft.com
10.
Verifies that two specified generic type data are not equal.
验证指定的两个泛型类型数据是否不相等。
technet.microsoft.com
1.
You can use is and as on both generic type parameters and on generic classes with specific type arguments.
您可以对一般类型参数以及带有特定类型实参的一般类使用is和as。
msdn2.microsoft.com
2.
It is a parameterized type (like a generic type in Java), parameterized here with String.
它是参数化的类型(像Java中的泛型),在这里String是参数。
www.bing.com
3.
A generic type is like a template.
泛型类型和模板类似。
msdn2.microsoft.com
4.
Represents a generic type parameter.
是否表示某个泛型类型参数。
msdn2.microsoft.com
5.
Note the use of the two constraints on the generic type parameter F.
请注意一般类型参数F上的两个约束的用法。
msdn2.microsoft.com
6.
A single type can define multiple generic-type parameters.
单个类型可以定义多个一般类型参数。
msdn2.microsoft.com
7.
Get an instance of Type that represents the generic type.
获取表示泛型类型的Type实例。
msdn2.microsoft.com
8.
Get an array that contains the generic type arguments, using the GetGenericArguments method.
使用GetGenericArguments方法获取包含泛型类型参数的数组。
msdn2.microsoft.com
9.
AspectJ 5 also lets you make inter-type declarations on a generic type.
AspectJ5也允许在泛型上进行类型间声明。
www-128.ibm.com
10.
First, the generic type is instantiated as follows.
首先,将泛型类型如下实例化
msdn2.microsoft.com
1.
The angle brackets assign a specific type (that is, the parameterized type) to the generic type represented by the "T" argument types.
尖括号为由“T”参数类型表示的泛型指定具体类型。
www.ibm.com
2.
Is a generic type that is unknown at compile time, it is not possible to make this transformation at compile time.
为在编译时未知的泛型类型,编译时就不能完成此变换。
msdn2.microsoft.com
3.
Type is an open generic type (that is, the ContainsGenericParameters property returns true).
type是一个开放式泛型类型(即,ContainsGenericParameters属性返回true)。
msdn2.microsoft.com
4.
In C#, you can view information about generic type parameters.
在C#中,可以查看有关泛型类型参数的信息。
technet.microsoft.com
5.
If a nested type is generic, this method returns its generic type definition.
如果嵌套类型为泛型,则此方法返回其泛型类型定义。
msdn2.microsoft.com
6.
The generic type the method belongs to.
该方法所属的泛型类型。
msdn2.microsoft.com
7.
Explains how to inherit from a generic type with the Class Designer.
介绍如何使用类设计器从泛型类型继承。
msdn2.microsoft.com
8.
This is true even if the enclosing generic type is a closed constructed type.
即使封闭泛型类型为封闭构造类型,也是如此。
msdn2.microsoft.com
9.
When you define a generic type, you parameterize it with one or more data types.
定义泛型类型时,即使用一个或多个数据类型将其参数化。
msdn2.microsoft.com
10.
Usually this is done because the implementation of the generic type requires some methods of the base class or interface.
这通常是由于泛型类型的实现需要基类或接口的某些方法。
msdn2.microsoft.com
1.
The principle difference is that a generic type has a list of Type objects representing its generic type parameters.
主要的差异在于,泛型类型具有一组表示其泛型类型参数的Type对象。
msdn2.microsoft.com
2.
See How to: Define a Generic Type with Reflection Emit.
请参见如何:定义具有反射发出的泛型类型。
msdn2.microsoft.com
3.
How to: Define a Generic Type with Reflection Emit.
如何:用反射发出定义泛型类型。
technet.microsoft.com
4.
Note that a method is not generic just because it is declared in a generic type.
请注意,方法不会仅因为在泛型类型中声明而成为泛型方法。
msdn2.microsoft.com
5.
You must have a generic type or method definition.
必须具有泛型类型定义或泛型方法定义。
msdn2.microsoft.com
6.
A nested type argument is a type argument that is also a generic type.
巢状型别引数就是也是泛型型别的型别引数。
technet.microsoft.com
7.
When instantiating the remote server, simply provide the type arguments, just as if you where using a local generic type
当实例化远程服务器时,只须提供类型参数,就好像您在使用本地一般类型一样
msdn2.microsoft.com
8.
However, you can force a cast from a generic type parameter to any other type using a temporary Object variable
但是,您可以使用临时的Object变量,将一般类型参数强制转换到其他任何类型
msdn2.microsoft.com
9.
For example, you might want to use another generic type system such as Service Data Object (SDO) (see Resources).
例如,你可能希望使用另外一种通用类型系统如服务数据对象(SDO)(参见参考资料)。
www.ibm.com
10.
For example, a generic type such as List is erased to simply List.
例如,将象List这样的泛型类型擦除得只剩下List。
www.ibm.com
1.
You can define method-specific generic type parameters even if the containing class does not use generics at all
即使包含类根本不使用泛型,您也可以定义方法特定的一般类型参数
msdn2.microsoft.com
2.
Constrains a generic type parameter to require that any type argument passed to it be a reference type, or introduces a
约束泛型类型参数以要求传递到该参数的任何类型变量都为引用类型,或引入
msdn2.microsoft.com
3.
Type represents a type parameter in the definition of a generic type or generic method, this property always returns
表示泛型类型或泛型方法的定义中的类型参数,则此属性始终返回
msdn2.microsoft.com
4.
Is This a Generic Type or Method Definition?
是泛型类型定义还是泛型方法定义?
msdn2.microsoft.com
5.
Similarly, you can constrain a generic type parameter to be a reference type (a class) using the class constraint
同样,可以使用class约束将一般类型参数约束为引用类型(类)
msdn2.microsoft.com
6.
Sets the number of generic type parameters for the current method, specifies their names, and returns an array of
设置当前方法的泛型类型参数的数目,指定这些参数的名称,并返回一个
msdn2.microsoft.com
7.
Type arguments and type parameters of constructed generic types, generic type definitions, and generic method definitions
构造泛型类型、泛型类型定义和泛型方法定义的类型实参和类型形参
msdn2.microsoft.com
8.
The type parameters of generic type definitions and generic method definitions are represented by instances of the
泛型类型定义和泛型方法定义的类型参数是由
msdn2.microsoft.com
9.
Type objects that represent the type parameters or type arguments of a generic type, and use the
对象,这些对象表示泛型类型的类型参数或类型变量,对于泛型方法,使用
msdn2.microsoft.com
10.
Type represents a type parameter of a generic type, this property always returns
表示某种泛型类型的类型参数,则此属性始终返回
msdn2.microsoft.com
1.
Does not represent the definition of a generic type, an
不表示泛型类型的定义,则引发
msdn2.microsoft.com
2.
Defines the generic type parameters for the current type, specifying their number and their names, and returns an array of
为当前类型定义泛型类型参数,指定参数的个数和名称,并返回一个
msdn2.microsoft.com
3.
Is This a Generic Type or Method?
是泛型类型还是泛型方法?
msdn2.microsoft.com
4.
As with instance method, you can provide constraints for generic type parameters defined by the static method
就像实例方法一样,您可以为由静态方法定义的一般类型参数提供约束
msdn2.microsoft.com
5.
Type represents a type parameter of a generic type definition,
表示泛型类型定义的类型形参,则,
msdn2.microsoft.com
6.
For a method that belongs to a generic type, use the
对于属于泛型类型的方法,请使用
msdn2.microsoft.com
7.
When calling a method that defines generic type parameters, you can provide the type to use at the call site
在调用定义了一般类型参数的方法时,您可以提供要在调用场所使用的类型
msdn2.microsoft.com
8.
And naturally, a delegate can define constraints to accompany its generic type parameters
当然,委托可以定义约束以伴随它的一般类型参数
msdn2.microsoft.com
9.
To obtain information about a generic type or type parameter at run time, you can use the methods of
若要在运行时获得有关泛型类型或类型参数的信息,可以使用
msdn2.microsoft.com
10.
Object represents a generic method that contains unassigned generic type parameters; otherwise,
对象表示的泛型方法包含未赋值的泛型类型参数,则为,
msdn2.microsoft.com
1.
Constructing an Instance of a Generic Type
构造泛型类型的实例
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.
You need to provide type arguments when instantiating a node, and again, you can use the linked list's own generic type parameters
您需要在实例化节点时提供类型实参;同样,您可以使用该链表自己的一般类型参数
msdn2.microsoft.com
4.
Contains unassigned generic type parameters; otherwise,
包含未分配的泛型类型参数,则为,
msdn2.microsoft.com
5.
Constructed generic types and generic type definitions
构造泛型类型和泛型类型定义
msdn2.microsoft.com
6.
An attribute that references a generic type parameter will cause a compile-time error
引用泛型类型参数的属性将导致编译时错
msdn2.microsoft.com
7.
Is in scope to obtain an array of generic type arguments for
泛型类型参数的数组。对于
msdn2.microsoft.com
8.
When emitting code, a generic type parameter is represented by a
在发出代码时,泛型类型参数由
msdn2.microsoft.com
9.
to perform a downcast with a generic type
执行泛型类型的向下转换。
www.ichacha.net
10.
An attribute can reference a closed constructed generic type
属性可以引用封闭式构造泛型类型
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/27 10:35:45