Type.MakeGenericSignatureType(Type, Type[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un type de signature générique, qui permet aux réimplémentations tierces de réflexion de prendre entièrement en charge l’utilisation des types de signature dans l’interrogation des membres de 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
Paramètres
- genericTypeDefinition
- Type
Définition de type générique.
- typeArguments
- Type[]
Tableau d’arguments de type.
Retours
Type de signature générique.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.