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

注解

在构造类型中,分配给泛型类型参数的类型可以是泛型类型,但类型参数本身不是泛型类型。

适用于