INamedTypeSymbol.DelegateInvokeMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For delegate types, gets the delegate's invoke method. Returns null on all other kinds of types. Note that it is possible to have an ill-formed delegate type imported from metadata which does not have an Invoke method. Such a type will be classified as a delegate but its DelegateInvokeMethod would be 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
Property Value
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.