Type.IsGenericTypeParameter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前的 Type 是否在泛型型別的定義中代表型別參數。
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
。