TypeIsGenericType Property |
Gets a value indicating whether the current type is a generic type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool IsGenericType { get; }
Return Value
Type:
Booleantrue if the current type is a generic type; otherwise, false.
See Also