共用方式為


IMethodSymbol.IsGenericMethod 屬性

定義

傳回這個方法是否為泛型;亦即,它是否有任何類型參數?

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

屬性值

適用於