IEventSymbol.RemoveMethod 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.
The 'remove' accessor of the event. Null only in error scenarios.
public:
property Microsoft::CodeAnalysis::IMethodSymbol ^ RemoveMethod { Microsoft::CodeAnalysis::IMethodSymbol ^ get(); };
public Microsoft.CodeAnalysis.IMethodSymbol RemoveMethod { get; }
public Microsoft.CodeAnalysis.IMethodSymbol? RemoveMethod { get; }
member this.RemoveMethod : Microsoft.CodeAnalysis.IMethodSymbol
Public ReadOnly Property RemoveMethod As IMethodSymbol