Base:
method
GetGenericArguments
System.Reflection.MethodInfo.GetGenericArguments()
6 references to GetGenericArguments
mscorlib (6)
system\reflection\methodinfo.cs (6)
166
foreach (Type t in
GetGenericArguments
())
222
Type[] genericArguments =
GetGenericArguments
();
454
Type[] lhs =
GetGenericArguments
();
455
Type[] rhs = mi.
GetGenericArguments
();
1015
Type[] pis =
GetGenericArguments
();
1045
IsGenericMethod & !IsGenericMethodDefinition ?
GetGenericArguments
() : null);