IMethodSymbol.GetTypeInferredDuringReduction(ITypeParameterSymbol) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果此方法是縮減的擴充方法,則會傳回在類型參數縮減程式期間推斷的類型。
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 方法。