Пример #1
0
        static void Main(string[] args)
        {
            var string1 = "qwertyuiopsdfghjklzxcvbnm";
            var string2 = "mnbvcxlkjhgfdpoiuytre";

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