青年中文青年中文

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.