Пример #1
0
 public bool Next(int index)
 {
     return(LuaAPI.lua_next(this.m_lua, index) != 0);
 }