Partager via


TypeName.IsConstructedGenericType Propriété

Définition

Obtient une valeur qui indique si ce type représente un type générique construit (par exemple, « List<int>»).

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

Valeur de propriété

Remarques

Retourne false pour les types génériques ouverts (par exemple, « Dictionnaire<,>»).

S’applique à