INamedTypeSymbol.DelegateInvokeMethod Property

Definition

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