Код: Выделить всё
int[] array = new int[3] { 1, 2, 3 };
int[] secondArray = { 1, 2, 3 };
Подробнее здесь: https://stackoverflow.com/questions/746 ... the-second
Код: Выделить всё
int[] array = new int[3] { 1, 2, 3 };
int[] secondArray = { 1, 2, 3 };