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