コード例 #1
0
ファイル: Program.cs プロジェクト: EugeneK91/Epam.Spring
        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
ファイル: DecimalOps.cs プロジェクト: alesliehughes/olive
		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
ファイル: UnDefinedOps.cs プロジェクト: alesliehughes/olive
		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
ファイル: StringOps.cs プロジェクト: alesliehughes/olive
		public static ConcatString op_Addition ([NotNull] string x, ConcatString y)
		{
			throw new NotImplementedException ();
		}
コード例 #45
0
ファイル: ConcatString.cs プロジェクト: JodenSoft/JodenSoft
 /// <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();
 }