Partager via


IMethodSymbol.GetTypeInferredDuringReduction(ITypeParameterSymbol) Méthode

Définition

Si cette méthode est une méthode d’extension réduite, retourne un type déduit pendant le processus de réduction pour le paramètre de type.

public:
 Microsoft::CodeAnalysis::ITypeSymbol ^ GetTypeInferredDuringReduction(Microsoft::CodeAnalysis::ITypeParameterSymbol ^ reducedFromTypeParameter);
public Microsoft.CodeAnalysis.ITypeSymbol GetTypeInferredDuringReduction (Microsoft.CodeAnalysis.ITypeParameterSymbol reducedFromTypeParameter);
public Microsoft.CodeAnalysis.ITypeSymbol? GetTypeInferredDuringReduction (Microsoft.CodeAnalysis.ITypeParameterSymbol reducedFromTypeParameter);
abstract member GetTypeInferredDuringReduction : Microsoft.CodeAnalysis.ITypeParameterSymbol -> Microsoft.CodeAnalysis.ITypeSymbol
Public Function GetTypeInferredDuringReduction (reducedFromTypeParameter As ITypeParameterSymbol) As ITypeSymbol

Paramètres

reducedFromTypeParameter
ITypeParameterSymbol

Paramètre de type de la méthode correspondante ReducedFrom .

Retours

Type déduit ou Nothing si rien n’a été déduit.

Exceptions

S’il ne s’agit pas d’une méthode d’extension réduite.

Si reducedFromTypeParameter la valeur est Null.

S’il reducedFromTypeParameter n’appartient pas à la méthode correspondante ReducedFrom .

S’applique à