Type.IsGenericTypeParameter 屬性
定義
public:
virtual property bool IsGenericTypeParameter { bool get(); };
public virtual bool IsGenericTypeParameter { get; }
member this.IsGenericTypeParameter : bool
Public Overridable ReadOnly Property IsGenericTypeParameter As Boolean
屬性值
true
如果 Type 物件代表泛型型別定義的型別參數,則為,否則為 false
。true
if the Type object represents a type parameter of a generic type definition; otherwise, false
.