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 泛型类型可以是开放式的非泛型类型定义,在这种情况下,它同时具有类型变量和类型参数。