Esempio n. 1
0
 public override ILuaValue Arithmetic <T>(Parser.Items.BinaryOperationType type, LuaValues.LuaUserData <T> self)
 {
     throw new ArgumentException(Resources.BadBinOp);
 }
Esempio n. 2
0
 public override ILuaValue Arithmetic(Parser.Items.BinaryOperationType type, ILuaValue other)
 {
     throw new ArgumentException(Resources.BadBinOp);
 }