Compartir vía


TypeName.IsConstructedGenericType Propiedad

Definición

Obtiene un valor que indica si este tipo representa un tipo genérico construido (por ejemplo, "List<int>").

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

Valor de propiedad

Comentarios

Devuelve false para los tipos genéricos abiertos (por ejemplo, "Dictionary<,>").

Se aplica a