Example #1
0
 public static LuaObject FromFunction(MethodInfo method)
 {
     return(MethodUtils.CreateFunction(method));
 }