TypeName.IsConstructedGenericType 属性

定义

获取一个值,该值指示此类型是否表示构造的泛型类型(例如,“列出<int>” )。

public:
 property bool IsConstructedGenericType { bool get(); };
public bool IsConstructedGenericType { get; }
member this.IsConstructedGenericType : bool
Public ReadOnly Property IsConstructedGenericType As Boolean

属性值

注解

返回打开泛型类型的 false(例如,“字典<,>”)。

适用于