IMethodSymbol.IsGenericMethod 属性

定义

返回此方法是否为泛型;即,它是否有任何类型参数?

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

属性值

适用于