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 为调用泛型方法,方法自身的类型参数或任何封闭类型中必须不含泛型类型定义或开放构造类型。
The basic thinking on research of metallotectonics is mainly how to distinguish metallotectonic types , to understand metallotectonic texture and to build metallotectonic series 鉴别成矿构造类型、了解成矿构造结构、建立成矿构造系列是成矿构造研究的基本思路。
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 替代由当前泛型类型定义的类型参数组成的类型数组的元素,并返回表示结果构造类型的
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 的实例表示泛型类型,则会包含一组表示类型参数(泛型类型定义)或类型变量(构造类型)的类型。
A generic method can be invoked only if there are no generic type definitions or open constructed types in the type arguments of the method itself or in any enclosing types 泛型方法仅在如下情况下调用:方法本身的类型参数或封闭类型中没有任何泛型类型定义或开放构造类型。
The following discussion assumes familiarity with the terminology of generics , such as the difference between type parameters and arguments and open or closed constructed types 下面的讨论假定已熟悉了泛型术语,如类型参数、类型变量以及开放式或封闭式构造类型之间的差异。