コード例 #1
0
ファイル: DecimalOps.cs プロジェクト: alesliehughes/olive
		public static double op_Addition(decimal x, NumberObject y)
		{
			throw new NotImplementedException ();
		}
コード例 #2
0
		public static ConcatString op_Addition(ConcatString x, NumberObject y)
		{
			throw new NotImplementedException ();
		}