Type.IsConstructedGenericType Property
.NET Framework (current version)
Gets a value that indicates whether this object represents a constructed generic type. You can create instances of a constructed generic type.
Assembly: mscorlib (in mscorlib.dll)
abstract IsConstructedGenericType : bool with get override IsConstructedGenericType : bool with get
Property Value
Type: System.Booleantrue if this object represents a constructed generic type; otherwise, false.
A constructed generic type has had explicit types supplied for all of its generic type parameters. It is also referred to as a closed generic type.
When this property is true, you can create instances of the current type; when it is false, you can't.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: