GenericTypeParameterBuilder.IsTypeDefinition 属性

定义

获取一个值,该值指示类型是否是类型定义。

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

属性值

true 如果当前 Type 是类型定义,则为 ;否则为 false

适用于