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