Type.IsConstructedGenericType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.