Base:
method
GetGenericArguments
System.Type.GetGenericArguments()
5 references to GetGenericArguments
mscorlib (5)
system\collections\generic\comparer.cs (1)
65RuntimeType u = (RuntimeType)t.GetGenericArguments()[0];
system\collections\generic\equalitycomparer.cs (1)
54RuntimeType u = (RuntimeType)t.GetGenericArguments()[0];
system\rttype.cs (2)
2669foreach (Type t in GetGenericArguments()) 4213if (GetGenericArguments().Length != instantiation.Length)
system\unityserializationholder.cs (1)
121info.AddValue("GenericArguments", type.GetGenericArguments(), typeof(Type[]));