Exemplo n.º 1
0
 public static int lua_next(LuaState state, int index)
 {
     return(LuaNativeBinding.lua_next(state, index));
 }