示例#1
0
        public T[] ToArray <T>()
        {
            IntPtr L = _Interpreter.L;

            push(L);
            return(LuaScriptMgr.GetArrayObject <T>(L, -1));
        }
示例#2
0
        public T[] ToArray <T>()
        {
            IntPtr l = this._Interpreter.L;

            this.push(l);
            return(LuaScriptMgr.GetArrayObject <T>(l, -1));
        }