Edit

Share via


TypeName.IsConstructedGenericType Property

Definition

Gets a value that indicates whether this type represents a constructed generic type (for example, "List<int>").

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

Property Value

Remarks

Returns false for open generic types (for example, "Dictionary<,>").

Applies to