Esempio n. 1
0
        static void Main(string[] args)
        {
            var string1 = "qwertyuiopsdfghjklzxcvbnm";
            var string2 = "mnbvcxlkjhgfdpoiuytre";

            Console.WriteLine("Result string: " + ConcatString.GetConcatString(string1, string2));
        }
Esempio n. 2
0
 public static bool op_GreaterThan(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static bool op_Equality(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static double op_BitwiseOr(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static ConcatString op_Addition(UnDefined x, ConcatString y)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public static double op_BitwiseAnd(ConcatString x, bool y)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public static double op_RightShift(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public static ConcatString op_Addition(ConcatString x, NumberObject y)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
		public static bool op_GreaterThanOrEqual(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 10
0
		public static bool op_GreaterThan(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 11
0
		public static double op_ExclusiveOr(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 12
0
		public static bool op_Equality(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 13
0
		public static double op_Division(ConcatString x, bool y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 14
0
		public static double op_BitwiseOr(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 15
0
 public static bool op_Inequality(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public static double op_LeftShift(ConcatString x, bool y)
 {
     throw new NotImplementedException();
 }
Esempio n. 17
0
		public static ConcatString op_Addition (ConcatString x, BooleanObject y)
		{
			return new ConcatString(x, Convert.ToString(y));
		}
Esempio n. 18
0
 public static double op_Modulus(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 19
0
		public static bool op_Inequality(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 20
0
 public static double op_UnsignedRightShift(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 21
0
		public static double op_LeftShift(ConcatString x, bool y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 22
0
		public static ConcatString op_Addition(decimal x, ConcatString y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 23
0
		public static ConcatString op_Addition(ConcatString x, NumberObject y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 24
0
		public static ConcatString op_Addition (UnDefined x, ConcatString y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 25
0
		public static bool op_LessThan(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 26
0
 public static double op_Division(ConcatString x, bool y)
 {
     throw new NotImplementedException();
 }
Esempio n. 27
0
		public static bool op_LessThanOrEqual(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 28
0
 public static double op_ExclusiveOr(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 29
0
		public static double op_Modulus(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 30
0
 public static bool op_GreaterThanOrEqual(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 31
0
		public static double op_Multiply(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 32
0
 public static ConcatString op_Addition(ConcatString x, BooleanObject y)
 {
     return(new ConcatString(x, Convert.ToString(y)));
 }
Esempio n. 33
0
		public static double op_RightShift(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 34
0
 public static bool op_LessThan(ConcatString x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 35
0
		public static ConcatString op_Addition(ConcatString x, double y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 36
0
 public static bool op_LessThanOrEqual(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 37
0
		public static double op_Subtraction(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 38
0
 public static double op_Multiply(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 39
0
		public static double op_UnsignedRightShift(ConcatString x, string y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 40
0
 public static double op_Subtraction(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 41
0
		public static double op_BitwiseAnd(ConcatString x, JSObject y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 42
0
 public static ConcatString op_Addition(ConcatString x, string y)
 {
     throw new NotImplementedException();
 }
Esempio n. 43
0
		public static double op_BitwiseAnd(ConcatString x, UnDefined y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 44
0
		public static ConcatString op_Addition ([NotNull] string x, ConcatString y)
		{
			throw new NotImplementedException ();
		}
Esempio n. 45
0
 /// <summary>
 /// 与其他对象进行合并
 /// </summary>
 /// <param name="other"></param>
 public void Merge(ConcatString other)
 {
     // 在此处放置代码
     result.Append(other.result);
 }
Esempio n. 46
0
 public static ConcatString op_Addition(JSObject x, [NotNull] ConcatString y)
 {
     throw new NotImplementedException();
 }
Esempio n. 47
0
 public static ConcatString op_Addition(decimal x, ConcatString y)
 {
     throw new NotImplementedException();
 }