GenericTypeParameterBuilder.IsGenericTypeDefinition プロパティ

定義

すべてのケースで false を取得します。

public:
 virtual property bool IsGenericTypeDefinition { bool get(); };
public override bool IsGenericTypeDefinition { get; }
member this.IsGenericTypeDefinition : bool
Public Overrides ReadOnly Property IsGenericTypeDefinition As Boolean

プロパティ値

false すべてのケースで。

注釈

構築された型では、ジェネリック型パラメーターに割り当てられる型をジェネリック型にすることができますが、型パラメーター自体はジェネリックではありません。

適用対象