Why does every line in the .txt-file output end with 'System.int32'? C#
问题 C#, Console Application, Virtual Studio 2015, Paralelles: Windows 8.1. The code is as follows: class txt_program { public void txt() { /* 0 */ int[] M_array_0 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /* 1 */ int[] M_array_1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /* 2 */ int[] M_array_2 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; // etc. // the M matrix int[][] M = { M_array_0, M_array_1, M_array_2, M_array_3, M_array_4, M_array_5, M_array_6, M_array_7, M_array_8, M_array_9