示例#1
0
        static int _m_GetSelectedCaptionText(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                UIDropDown __cl_gen_to_be_invoked = (UIDropDown)translator.FastGetCSObj(L, 1);



                {
                    string __cl_gen_ret = __cl_gen_to_be_invoked.GetSelectedCaptionText(  );
                    LuaAPI.lua_pushstring(L, __cl_gen_ret);



                    return(1);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }