TypeName.IsConstructedGenericType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.