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

注解

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

适用于