Generic Type Argument的意思|示意

美 / / 英 / /

泛型类型参数


Generic Type Argument的网络常见释义

泛型型别引数 ... 多个识别 multiple identities 泛型型别引数 generic type argument 非识别丛集应用程式 cluster-unaware application ...

泛型类型变量 ... Generic Type - 泛型类型 Generic Type Argument - 泛型类型变量 Generic Type Definition - 泛型类型定义 ...

泛型类型参数 ... 存档站点 archive site 泛型类型参数 generic type argument; generic type parameter 泛型类型参数列表 generic type parameter list ...

Generic Type Argument相关例句

How to pattern-match a generic type argument?

如何匹配的泛型类型参数?

The generic type argument declares the type of result this CriteriaQuery will return upon execution.

泛型参数声明CriteriaQuery在执行时返回的结果的类型。

A nested type argument is a type argument that is also a generic type.

巢状型别引数就是也是泛型型别的型别引数。

When a constraint is applied to a generic type parameter, an implicit identity or reference conversion must exist from the concrete argument to the type of the constraint.

在将某一约束应用于泛型类型参数时,必须存在从具体参数到该约束类型的隐式标识或引用转换。

Because we'd like our Lists to be generic in the type of element they contain, we'd like our static factory method to take an argument of type variable t and return an instance of List.

因为我们希望List成为其所包含的元素类型的泛型,所以希望静态factory方法带有类型变量t这一参数并返回List的实例。

The angle brackets assign a specific type (that is, the parameterized type) to the generic type represented by the "T" argument types.

尖括号为由 “T” 参数类型表示的泛型指定具体类型。