GenericTypeParameterBuilder.IsGenericType プロパティ

定義

常に false を返します。

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

プロパティ値

常に false

注釈

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

適用対象