Click or drag to resize
TypeIsGenericTypeDefinition Property
Gets a value indicating whether the current Type represents a generic type definition, from which other generic types can be constructed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual bool IsGenericTypeDefinition { get; }

Return Value

Type: Boolean
true if the Type object represents a generic type definition; otherwise, false.
See Also