共用方式為


IMethodSymbol.GetTypeInferredDuringReduction(ITypeParameterSymbol) 方法

定義

如果此方法是縮減的擴充方法,則會傳回在類型參數縮減程式期間推斷的類型。

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

參數

reducedFromTypeParameter
ITypeParameterSymbol

對應 ReducedFrom 方法的類型參數。

傳回

推斷的類型,如果沒有推斷任何專案,則為 Nothing。

例外狀況

如果這不是縮減的擴充方法。

如果 reducedFromTypeParameter 為 null。

如果 reducedFromTypeParameter 不屬於對應的 ReducedFrom 方法。

適用於