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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.