GenericTypeParameterBuilder.IsGenericType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在所有情况下均返回 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
。
注解
在构造类型中,分配给泛型类型参数的类型可以是泛型类型,但类型参数本身不是泛型。