TypeName.IsConstructedGenericType Proprietà

Definizione

Ottiene un valore che indica se questo tipo rappresenta un tipo generico costruito, ad esempio "Elencare<int>").

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

Valore della proprietà

Commenti

Restituisce false per i tipi generici aperti, ad esempio "Dictionary<,>").

Si applica a