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 questo 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 un tipo generico costruito; in caso contrario, false.
Commenti
Un tipo generico costruito ha tipi espliciti forniti 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.