The System.Type type contains the properties IsGenericTypeDefinition and ContainsGenericParameters. After reading the MSDN documentation I conclude that both pr
System.Type
ContainsGenericParameters is a recursive version of IsGenericTypeDefinition.
ContainsGenericParameters
IsGenericTypeDefinition
typeof(List>).IsGenericTypeDefinition is false.
typeof(List>).IsGenericTypeDefinition