IMethodSymbol.IsGenericMethod Property

Definition

Returns whether this method is generic; i.e., does it have any type parameters?

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

Property Value

Applies to