Freigeben über


ISymbolExtensions.GetConstructedReducedFrom(IMethodSymbol) Methode

Definition

Gibt die konstruierte Form der ReducedFrom-Eigenschaft zurück, einschließlich der Typargumente, die entweder während der Reduzierung verzögert wurden oder an der Aufrufwebsite angegeben wurden.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::CodeAnalysis::IMethodSymbol ^ GetConstructedReducedFrom(Microsoft::CodeAnalysis::IMethodSymbol ^ method);
public static Microsoft.CodeAnalysis.IMethodSymbol GetConstructedReducedFrom (this Microsoft.CodeAnalysis.IMethodSymbol method);
public static Microsoft.CodeAnalysis.IMethodSymbol? GetConstructedReducedFrom (this Microsoft.CodeAnalysis.IMethodSymbol method);
static member GetConstructedReducedFrom : Microsoft.CodeAnalysis.IMethodSymbol -> Microsoft.CodeAnalysis.IMethodSymbol
<Extension()>
Public Function GetConstructedReducedFrom (method As IMethodSymbol) As IMethodSymbol

Parameter

method
IMethodSymbol

Gibt zurück

Gilt für: