Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
6 references to IsGenericTypeDefinition
mscorlib (6)
system\reflection\customattribute.cs (1)
1337
if (type.IsGenericType && !type.
IsGenericTypeDefinition
)
system\rttype.cs (4)
2065
if (baseDefinition.IsGenericType && !baseType.
IsGenericTypeDefinition
)
2667
if (IsGenericType && !
IsGenericTypeDefinition
)
4209
if (!
IsGenericTypeDefinition
)
4292
get { return IsGenericType && !
IsGenericTypeDefinition
; }
system\unityserializationholder.cs (1)
116
if (!type.
IsGenericTypeDefinition
&& type.ContainsGenericParameters)