Type.MakeGenericSignatureType(Type, Type[]) Metoda

Definice

Vytvoří obecný typ podpisu, který umožňuje reimplementace reflexe třetí strany, aby plně podporovaly použití typů podpisů v dotazování členů typu.

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

Parametry

genericTypeDefinition
Type

Definice obecného typu

typeArguments
Type[]

Pole argumentů typu.

Návraty

Obecný typ podpisu.

Platí pro