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 的实例表示泛型类型,则会包含一组表示类型参数(泛型类型定义)或类型变量(构造类型)的类型。