TypeName.IsConstructedGenericType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示這個型別是否代表建構的泛型型別(例如,“List<int>”。
public:
property bool IsConstructedGenericType { bool get(); };
public bool IsConstructedGenericType { get; }
member this.IsConstructedGenericType : bool
Public ReadOnly Property IsConstructedGenericType As Boolean
屬性值
備註
針對開啟的泛型型別傳回 false
(例如,「字典<,>」。