다음을 통해 공유


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입니다.

예외

축소된 확장 메서드가 아닌 경우

null인 경우 reducedFromTypeParameter

해당 ReducedFrom 메서드에 속하지 않는 경우 reducedFromTypeParameter

적용 대상