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
For information on nested generic types , and on constructing nested generic types from their generic type definitions , see 有关嵌套泛型类型以及基于泛型类型定义构造嵌套泛型类型的信息,请参见
Substitutes the elements of an array of types for the type parameters of the current generic type definition , and returns a 用类型数组的元素替代当前泛型类型定义的类型参数,并返回表示结果构造类型的
Returns the field of the specified constructed generic type that corresponds to the specified field of the generic type definition 返回指定的构造泛型类型的字段,该字段对应于泛型类型定义的指定字段。
Represents a constructed generic type , this property applies to the generic type definition from which the type was constructed 表示某种已构造的泛型类型,则此属性适用于从中构造此类型的泛型类型定义。
Or constructed type , is the result of specifying types for the generic type parameters of a generic type definition “构造泛型类型”或称“构造类型”是为泛型类型定义的泛型类型参数指定类型得到的结果。
Returns the method of the specified constructed generic type that corresponds to the specified method of the generic type definition 返回指定的构造泛型类型的方法,该方法对应于泛型类型定义的指定字段。
Because it is only a template , you cannot create instances of a class , structure , or interface that is a generic type definition 因为它只是一个模板,您不能创建作为泛型类型定义的类、结构或接口的实例。
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 返回的数组元素按它们在泛型类型定义的类型参数列表中出现的顺序排列。
Type represents a constructed generic type , this property applies to the generic type definition from which the type was constructed 表示某种已构造的泛型类型,则此属性适用于从中构造此类型的泛型类型定义。
These instances are not instances of the generic type definition , but of the constructed type formed by specifying type arguments 这些实例不是泛型类型定义的实例,而是通过指定类型变量形成的构造类型的实例。