📅  最后修改于: 2022-03-11 14:49:16.282000             🧑  作者: Mango
When you create an array, C# compiler implicitly initializes each array element to a default value depending on the array type. For example, for an int array all elements are initialized to 0.