Example #1
0
		public static double op_Addition(decimal x, NumberObject y)
		{
			throw new NotImplementedException ();
		}
Example #2
0
		public static ConcatString op_Addition(ConcatString x, NumberObject y)
		{
			throw new NotImplementedException ();
		}