Adding `TryIndex` for faster member access. ```cs public partial interface ILuaUserData { bool TryIndex(LuaValue key, ref LuaValue value, bool isGet); } ```