ISignatureTypeProvider<TType,TGenericContext>.GetGenericTypeParameter 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.
Obtient le symbole de type du paramètre de type générique au niveau de l’index de base zéro.
public:
TType GetGenericTypeParameter(TGenericContext genericContext, int index);
public TType GetGenericTypeParameter(TGenericContext genericContext, int index);
abstract member GetGenericTypeParameter : 'GenericContext * int -> 'ype
Public Function GetGenericTypeParameter (genericContext As TGenericContext, index As Integer) As TType
Paramètres
- genericContext
- TGenericContext
- index
- Int32
Retours
Symbole de type du paramètre de type générique au niveau de l’index de base zéro.