Example #1
0
 public MethodHandler(MethodInfo method)
 {
     mExecute = ReflectionHandlerFactory.MethodHandler(method);
     mInfo    = method;
 }