示例#1
0
 public static void lua_unref(IntPtr luaState, int reference)
 {
     LuaNativeMethods.luaL_unref(luaState, LuaIndexes.LUARegistryIndex, reference);
 }