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 在所有情况下。

注解

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

适用于