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

適用対象