Freigeben über


INamedTypeSymbol.DelegateInvokeMethod Eigenschaft

Definition

Ruft für Stellvertretungstypen die Aufrufmethode des Stellvertretungs ab. Gibt null auf allen anderen Arten von Typen zurück. Beachten Sie, dass es möglich ist, einen unformierten Stellvertretungstyp aus Metadaten importiert zu haben, der keine Aufrufmethode enthält. Dieser Typ wird als Stellvertretung klassifiziert, sein DelegateInvokeMethod wäre jedoch null.

public:
 property Microsoft::CodeAnalysis::IMethodSymbol ^ DelegateInvokeMethod { Microsoft::CodeAnalysis::IMethodSymbol ^ get(); };
public Microsoft.CodeAnalysis.IMethodSymbol DelegateInvokeMethod { get; }
public Microsoft.CodeAnalysis.IMethodSymbol? DelegateInvokeMethod { get; }
member this.DelegateInvokeMethod : Microsoft.CodeAnalysis.IMethodSymbol
Public ReadOnly Property DelegateInvokeMethod As IMethodSymbol

Eigenschaftswert

Gilt für: