Type.IsConstructedGenericType Proprietà

Definizione

Ottiene un valore che indica se l'oggetto rappresenta un tipo generico costruito. È possibile creare istanze di un tipo generico costruito.

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

Valore della proprietà

true se questo oggetto rappresenta una definizione di tipo generico; in caso contrario, false.

Commenti

A un tipo generico costruito sono stati forniti tipi espliciti per tutti i relativi parametri di tipo generico. viene anche definito tipo generico chiuso.

Quando questa proprietà è true, è possibile creare istanze del tipo corrente; quando falseè , non è possibile.

Si applica a