示例#1
0
 public static MethodInfo GetExtensionGenericMethodInfo2(this Type self, string methodName,
                                                         Type[] genericTypes)
 {
     return(ExtensionUtil.GetExtensionGenericMethodInfo2(self, methodName, genericTypes));
 }