using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string args) { string testarray = new string { "fasfsa", "fasfdgs", "gfhgfhgf", "hdfhd", "tretre", "ytuytuyt" }; object testarray_2 = new object { 1, 2, 3, 4, 5 }; for (int i = 0; i <= testarray.Length; i++) { Console.WriteLine(testarray); } } }}
namespace ConsoleApplication1{ class Program { static void Main(string args) { string testarray = new string { "fasfsa", "fasfdgs", "gfhgfhgf", "hdfhd", "tretre", "ytuytuyt" }; object testarray_2 = new object { 1, 2, 3, 4, 5 }; for (int i = 0; i <= testarray.Length; i++) { Console.WriteLine(testarray); }
} }}
\x6C\x65\x65\x74\x68\x61\x78\x30\x72\x3A\x2D\x29tresp4sser