Example #1
0
		public static double op_Addition (decimal x, BooleanObject y)
		{
			throw new NotImplementedException ();
		}
Example #2
0
		public static ConcatString op_Addition (ConcatString x, BooleanObject y)
		{
			return new ConcatString(x, Convert.ToString(y));
		}