Udostępnij przez


TypeName.IsConstructedGenericType Własność

Definicja

Pobiera wartość wskazującą, czy ten typ reprezentuje skonstruowany typ ogólny (na przykład "Lista<int>").

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

Wartość nieruchomości

Uwagi

Zwraca false dla otwartych typów ogólnych (na przykład "Słownik<,>").

Dotyczy