Type.IsConstructedGenericType Özellik

Tanım

Bu nesnenin, bir yapılı genel türü temsil edip etmediğini gösteren bir değer alır. Oluşturduğunuz genel türün örneklerini oluşturabilirsiniz.

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

Özellik Değeri

true bu nesne, bir yapılı genel türü temsil ediyorsa; aksi takdirde , false.

Açıklamalar

Bir genel tür, tüm genel tür parametreleri için açık türler sağlamıştır. kapalı genel tür olarak da adlandırılır.

Bu özellik olduğunda true, geçerli türün örneklerini oluşturabilirsiniz; olduğunda falseoluşturamazsınız.

Şunlara uygulanır