Type.IsGenericTypeParameter 属性

定义

获取一个值,该值指示当前 Type 是否表示泛型类型定义中的类型参数。

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

属性值

Boolean

true 如果 Type 对象表示泛型类型定义的类型参数,为 ;否则为 false

适用于