共用方式為


TypeName.IsConstructedGenericType 屬性

定義

取得值,這個值表示這個型別是否代表建構的泛型型別(例如,“List<int>”。

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

屬性值

備註

針對開啟的泛型型別傳回 false (例如,「字典<,>」。

適用於