namespace Lua; public enum LuaObjectMetamethod { Add, Sub, Mul, Div, Mod, Pow, Unm, Len, Eq, Lt, Le, Call, Concat, Pairs, IPairs, ToString, }