IMethodSymbol.IsExtensionMethod Property

Definition

Returns true if this method is an extension method.

public:
 property bool IsExtensionMethod { bool get(); };
public bool IsExtensionMethod { get; }
member this.IsExtensionMethod : bool
Public ReadOnly Property IsExtensionMethod As Boolean

Property Value

Applies to