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
。