Base:
property
IsGenericType
System.Type.IsGenericType
13 references to IsGenericType
mscorlib (13)
system\collections\generic\comparer.cs (1)
64if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Nullable<>)) {
system\collections\generic\equalitycomparer.cs (1)
53if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Nullable<>)) {
system\reflection\customattribute.cs (2)
1337if (type.IsGenericType && !type.IsGenericTypeDefinition) 2210if (type.IsGenericType)
system\reflection\emit\dynamicilgenerator.cs (2)
109if (declaringType != null && (declaringType.IsGenericType || declaringType.IsArray)) 163if (declaringType != null && (declaringType.IsGenericType || declaringType.IsArray))
system\reflection\module.cs (1)
812if (declaringType.IsGenericType || declaringType.IsArray)
system\rttype.cs (6)
1076if (iFace.IsGenericType && filter.Match(RuntimeTypeHandle.GetUtf8Name(iFace))) 2054else if (declaredType.IsGenericType) 2065if (baseDefinition.IsGenericType && !baseType.IsGenericTypeDefinition) 2667if (IsGenericType && !IsGenericTypeDefinition) 4278if (!IsGenericType) 4292get { return IsGenericType && !IsGenericTypeDefinition; }