Exemplo n.º 1
0
 public static EfficientInvoker GetMethodInvoker(this Type type, MethodInfo method)
 {
     return(EfficientInvoker.ForMethod(type, method));
 }
Exemplo n.º 2
0
 public static EfficientInvoker GetMethodInvoker(this Type type, string methodName)
 {
     return(EfficientInvoker.ForMethod(type, methodName));
 }