| TypeIsGenericTypeDefinition Property | 
Gets a value indicating whether the current 
Type represents a generic type definition, from which other generic types can be constructed.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic virtual bool IsGenericTypeDefinition { get; }Return Value
Type: 
Booleantrue if the 
Type object represents a generic type definition; otherwise, false.
 See Also
See Also