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