Click or drag to resize
TypeIsGenericType Property
Gets a value indicating whether the current type is a generic type.

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

Return Value

Type: Boolean
true if the current type is a generic type; otherwise, false.
See Also