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

注釈

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

適用対象