TypeName.IsConstructedGenericType Egenskap

Definition

Hämtar ett värde som anger om den här typen representerar en konstruerad allmän typ (till exempel "List<int>").

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

Egenskapsvärde

Kommentarer

Returnerar false för öppna generiska typer (till exempel "Ordlista<").>

Gäller för