static int _m_CopyTo(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); System.Collections.Hashtable gen_to_be_invoked = (System.Collections.Hashtable)translator.FastGetCSObj(L, 1); { System.Array _array = (System.Array)translator.GetObject(L, 2, typeof(System.Array)); int _arrayIndex = LuaAPI.xlua_tointeger(L, 3); gen_to_be_invoked.CopyTo(_array, _arrayIndex); return(0); } } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } }