GenericTypeParameterBuilder.MakeGenericType(Type[]) 方法

定义

对于不完整的泛型类型参数无效。

public:
 override Type ^ MakeGenericType(... cli::array <Type ^> ^ typeArguments);
public override Type MakeGenericType (params Type[] typeArguments);
override this.MakeGenericType : Type[] -> Type
Public Overrides Function MakeGenericType (ParamArray typeArguments As Type()) As Type

参数

typeArguments
Type[]

类型参数数组。

返回

Type

此方法对不完整的泛型类型参数无效。

例外

在所有情况下。

适用于