次の方法で共有


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 を返します (例: "Dictionary<,>")。

適用対象