IPropertySymbol.GetMethod Property

Definition

The 'get' accessor of the property, or null if the property is write-only.

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

Property Value

Applies to