generic type信息详情

generic type发音

意思翻译

类属型

相似词语短语

generic───adj.类的;一般的;属的;非商标的

substantiality generic───实体泛型

generic drugs───非专利药;仿制药

type───vi.打字;vt.打字;测定(血等)类型;n.类型,品种;模范;样式;n.(Type)人名;(英)泰普

generic term───通称,专业术语;通用术语;地理通名

generic drug───仿制药;学名药;通用名药;副厂药

generic error───一般错误

generic monitor───通用监视器

camphor generic───普通樟脑

双语使用场景

Another example: Generic type inference.───另一个示例:通用类型推断。

DOUBLE is the generic type used in various models.───DOUBLE是在各种模型中使用的通用类型。

Generic type parameters and primitive types.───泛型类型参数和基本类型。

The name of a generic type parameter on an externally visible type or method does not start with an uppercase 'T'.───外部可见的类型或方法上的泛型类型参数的名称不以大写的“T”开头。

The containing type has no generic type parameters, and none of the type arguments have generic type parameters.───包含类型没有泛型类型参数,并且所有类型变量都没有泛型类型参数。

In the type system, a generic type parameter is represented by an instance of Type, just as ordinary types are.───在类型系统中,和普通类型一样,泛型类型参数是由Type的实例表示的。

Precedes one or more digits representing the number of type parameters, located at the end of the name of a generic type.───位于泛型类型名称末尾处的一个或多个数字之前,这些数字表示类型参数的数目。

And a closed constructed type otherwise . A generic type can be instantiated only if it is closed .───则该类型为开放构造类型,否则为封闭构造类型。

A covariant delegate can be assigned another delegate of the same type, but with a more derived generic type parameter.───可以向协变委托分配同一类型的其他委托,但需使用派生程度较大的泛型类型参数。

英语使用场景

The supplied type must expose a parameterless constructor that your generic type can access.

Returns the field of the specified constructed generic type that corresponds to the specified field of the generic type definition.

Covariance and contravariance in generic type parameters are supported for reference types, but they are not supported for value types.

The generic type Real, in its current implementation, is equivalent to Double.

If a nested type is generic, this method returns its generic type definition.

A signature defines the actual parameter types used with a generic type, so it provides the information I'll need to process type substitutions.

It refers to a non - generic type declaration.

Therefore, you cannot use a generic type parameter as an argument to an attribute.

Verifies that two specified generic type data are equal by using the equality operator.