Type.MakeGenericSignatureType(Type, Type[]) 方法

定義

建立泛型簽章類型,這可讓協力廠商重新實作反映,以完全支援使用簽章類型來查詢類型成員。

public:
 static Type ^ MakeGenericSignatureType(Type ^ genericTypeDefinition, ... cli::array <Type ^> ^ typeArguments);
public static Type MakeGenericSignatureType (Type genericTypeDefinition, params Type[] typeArguments);
static member MakeGenericSignatureType : Type * Type[] -> Type
Public Shared Function MakeGenericSignatureType (genericTypeDefinition As Type, ParamArray typeArguments As Type()) As Type

參數

genericTypeDefinition
Type

泛型型別定義。

typeArguments
Type[]

型別引數的陣列。

傳回

泛型簽章類型。

適用於