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