generic adj. 1.【生物学】属的,类的。 2.一般的,普通的 (opp. specific). 3.(商品)未注册的;不受商标注册保护的。 4.【语法】全称的,总称的。 a generic name 属名。 the generic singular [plural] 全称单数[复数]。 the generic person 全称人称〔one, you 等〕。 n. = a generic drug 未注册的药品(如 aspirin)。 n. -ness
Type arguments and type parameters of constructed generic types , generic type definitions , and generic method definitions a reference to the type 构造泛型类型、泛型类型定义和泛型方法定义的类型实参和类型形参
Type objects that represent the type arguments supplied for a constructed type , or the type parameters of a generic type definition 对象数组,这些对象表示为构造类型提供的类型变量,或泛型类型定义的类型参数。
Use this method when your emitted code requires a type constructed from the current generic type definition . it is not necessary to call the 如果发出的代码要求的类型是根据当前的泛型类型定义构造的,则使用此方法。
Returns the constructor of the specified constructed generic type that corresponds to the specified constructor of the generic type definition 返回指定的构造泛型类型的构造函数,该函数对应于泛型类型定义的指定构造函数。
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 泛型类型可以是开放式的非泛型类型定义,在这种情况下,它同时具有类型变量和类型参数。
Substitutes the elements of an array of types for the type parameters of the current generic type definition , and returns the resulting constructed type 用一个类型数组的元素取代当前泛型类型定义的类型参数,然后返回结果构造类型。
To invoke a generic method , there must be no generic type definitions or open constructed types in the type arguments of the method itself , or in any enclosing types 为调用泛型方法,方法自身的类型参数或任何封闭类型中必须不含泛型类型定义或开放构造类型。
Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a type object representing the resulting constructed type 替代由当前泛型类型定义的类型参数组成的类型数组的元素,并返回表示结果构造类型的
Generic type definition is a class , structure , or interface declaration that functions as a template , with placeholders for the types it can contain or use “泛型类型定义”是用作模板的类、结构或接口声明,其中具有该类、结构或接口声明可以包含或使用的类型的占位符。
Type represents a generic type , then it includes an array of types that represent the type parameters for generic type definitions or the type arguments for constructed types 的实例表示泛型类型,则会包含一组表示类型参数(泛型类型定义)或类型变量(构造类型)的类型。